#author("2023-08-27T13:34:30+09:00","","")
#topicpath();

////////////////////////////////////////////////////////////////////////////////
* 目次 [#c87a6be6]
#contents();


////////////////////////////////////////////////////////////////////////////////
* xmodmap [#u7b7ffe5]
- 入力デバイス(キーボード、マウスなど)のキーやボタンのアサインを設定する。

//==============================================================================
** AltGr を他のキーに割り当てる [#p7f47463]
- チェコ語キー配列で AltGr キーを押離ししたときの xev の出力:
 KeyPress event, serial 38, synthetic NO, window 0x7e00001,
     root 0x941, subw 0x0, time 6139892, (173,-10), root:(1126,247),
     state 0x0, keycode 108 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
     XKeysymToKeycode returns keycode: 92
     XLookupString gives 0 bytes: 
     XmbLookupString gives 0 bytes: 
     XFilterEvent returns: False
 
 KeyRelease event, serial 38, synthetic NO, window 0x7e00001,
     root 0x941, subw 0x0, time 6140177, (173,-10), root:(1126,247),
     state 0x80, keycode 108 (keysym 0xfe03, ISO_Level3_Shift), same_screen YES,
     XKeysymToKeycode returns keycode: 92
     XLookupString gives 0 bytes: 
     XFilterEvent returns: False




//==============================================================================
** 参考リンク [#t903b16e]
- [[bearmini's blog>https://bearmini.hatenablog.com/entry/2013/07/12/161637]]
- [[xmodmap - ArchWiki>https://wiki.archlinux.jp/index.php/Xmodmap]]

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS