Skip to content

Instantly share code, notes, and snippets.

@mark-lumbao
Created March 11, 2022 06:47
Show Gist options
  • Save mark-lumbao/07d18429380c766de36f678799f41bee to your computer and use it in GitHub Desktop.
Save mark-lumbao/07d18429380c766de36f678799f41bee to your computer and use it in GitHub Desktop.
Remaps in Linux with X11 using xmodmap
! Remap numpads to actual number symbols
keycode 90 = 0
keycode 87 = 1
keycode 88 = 2
keycode 89 = 3
keycode 83 = 4
keycode 84 = 5
keycode 85 = 6
keycode 79 = 7
keycode 80 = 8
keycode 81 = 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment