Created
December 27, 2013 01:01
-
-
Save kencoba/8140994 to your computer and use it in GitHub Desktop.
Lisp Machine風xmodmap ref: http://qiita.com/kencoba/items/ac62ddc5b2fcc590cb52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! 133 is Windows key | |
keycode 133 = Zenkaku_Hankaku Kanji Zenkaku_Hankaku Kanji | |
! 修飾子マップ mod4 から Win キーのコードを削除 | |
remove mod4 = Super_L | |
! 101 is katakana_hiragana key | |
keycode 101 = Alt_R Meta_R Alt_R Meta_R | |
remove Control = Control_L | |
remove Control = Control_R | |
keycode 102 = Control_L NoSymbol Control_L | |
keycode 100 = Control_R NoSymbol Control_R | |
add Control = Control_L | |
add Control = Control_R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment