Created
November 6, 2014 18:43
-
-
Save theY4Kman/1817fa59c11e6e8ceca5 to your computer and use it in GitHub Desktop.
Remap RightAlt+WASD keys to arrow keys
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
| keycode 108 = Mode_switch | |
| keysym a = a A Left | |
| keysym d = d D Right | |
| keysym s = s S Down | |
| keysym w = w W Up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment