Skip to content

Instantly share code, notes, and snippets.

@duschicka
duschicka / .Xmodmap
Last active February 13, 2020 09:53
Remap circumflexes key to less and greater (shift modificator) and shell script to execute the remap. You can find the keycode with xev (https://www.archlinux.org/packages/extra/x86_64/xorg-xev/)
clear shift // clear the modifier !!!remove comment!!!
keycode 49 = less greater //remap ^-Key to less and SHIFT+^ to greater !!!remove comment!!!
keycode 94 = dead_circumflex //remap <-Key to circumflex !!!remove comment!!!
add shift = Shift_L Shift_R //readd the modifier keys !!!remove comment!!!