Last active
July 15, 2020 02:57
-
-
Save jairovsky/26e3ef788e90cf6ad1ed30059fc6b1a5 to your computer and use it in GitHub Desktop.
trying to be ergonomic with xmodmap
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
! turns right alt into ctrl | |
remove control = Control_R | |
keycode 108 = Control_R NoSymbol Control_R | |
add control = Control_R | |
! VIM-like navigation for the entire system | |
keycode 43 = h H h H Left Left | |
keycode 44 = j J j J Down Down | |
keycode 45 = k K k K Up Up | |
keycode 46 = l L l L Right Right | |
keycode 57 = n N n N Return | |
keycode 59 = comma less comma less BackSpace | |
keycode 60 = period greater period greater Delete | |
! turns caps lock into shift level3 | |
! if you wanna toggle caps, press shift+caps lock | |
keycode 66 = ISO_Level3_Shift Caps_Lock ISO_Level3_Shift | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment