Skip to content

Instantly share code, notes, and snippets.

@paulodeleo
Created April 20, 2019 18:19
Show Gist options
  • Save paulodeleo/169b7d951dece9f47a987963a1e7df7e to your computer and use it in GitHub Desktop.
Save paulodeleo/169b7d951dece9f47a987963a1e7df7e to your computer and use it in GitHub Desktop.
My xmodmap based keyboard key remappings for Dell 7559 on linux to use a Lenovo-like layout
!!! Load it using `xmodmap myDell7559.xmodmap` on login !!!
!!! Remaps pgup to delete !!!
keycode 112 = Delete
!!! Remaps num lock to home !!!
keycode 77 = Home
!!! Remaps numeric 7 to end !!!
keycode 79 = End
!!! Remaps numeric 4 to pgup !!!
keycode 83 = Page_Up
!!! Remaps numeric 1 to pgdn !!!
keycode 87 = Page_Down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment