Created
April 20, 2019 18:19
-
-
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
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
!!! 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