Skip to content

Instantly share code, notes, and snippets.

@cloverrose
Created April 28, 2012 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloverrose/2522548 to your computer and use it in GitHub Desktop.
Save cloverrose/2522548 to your computer and use it in GitHub Desktop.
Keyboard mapping : JP keyboard -> US keyboard like
! unusing en-mark key next to BackSpace -> backslash (bar when push shift)
keycode 132 = backslash bar
! unusing right bracket next to enter -> return
keycode 51 = Return
! unusing muhenkan and henkan next to space -> space
keycode 102 = space
keycode 100 = space
!unusing katakana -> Alt
keycode 101 = Alt_R
! unusing backslash key next to Shift_R -> Shift_R
keycode 97 = Shift_R
add Shift = Shift_R
! CapsLock -> Control
remove Lock = Caps_Lock
keycode 66 = Control_L
add Control = Control_L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment