Skip to content

Instantly share code, notes, and snippets.

@kencoba
Created December 27, 2013 01:01
Show Gist options
  • Save kencoba/8140994 to your computer and use it in GitHub Desktop.
Save kencoba/8140994 to your computer and use it in GitHub Desktop.
! 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