Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Last active June 4, 2020 18:03
Show Gist options
  • Save cnmoro/f033ffbdbfc53e412a4f76224baec18b to your computer and use it in GitHub Desktop.
Save cnmoro/f033ffbdbfc53e412a4f76224baec18b to your computer and use it in GitHub Desktop.
Motospeed CK61 Fix Linux
VSCODE: "keyboard.dispatch": "keyCode"
Motospeed Driver -> Alt_R:Up, Win_R:F2, Ctrl_R:Macro F11+F12, Fn:Down, CapsLock:ScrollLock, BackSpace:Delete
nano ~/.Xmodmap
keycode 78 = Mode_switch
keysym a = a A Left
keysym s = s S Down
keysym d = d D Right
keysym w = w W Up
keysym Escape = Escape dead_tilde dead_grave
keysym 1 = 1 exclam F1
keysym 2 = 2 at F2
keysym 3 = 3 numbersign F3
keysym 4 = 4 dollar F4
keysym 5 = 5 percent F5
keysym 6 = 6 asciicircum F6
keysym 7 = 7 ampersand F7
keysym 8 = 8 asterisk F8
keysym 9 = 9 parenleft F9
keysym 0 = 0 parenright F10
keysym minus = minus underscore F11
keysym equal = equal plus F12
keysym p = p P Print
keysym z = z Z Prior
keysym x = x X Next
keysym c = c C Caps_Lock
keysym q = q Q Home
keysym e = e E End
keysym r = r R Insert
keysym Delete = BackSpace BackSpace Delete
xmodmap ~/.Xmodmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment