~hyper -> super, caps -> escape
Remove the hyper key bindings, setting them purely to super. After running pure Emacs with no leader bindings, I've found the use of Ctrl+g/Escape really painful (as well as the use of Ctrl for everything). I want to free the caps key (which was hyper) for use as escape.
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
keycode 66 = Hyper_L
|
||||
clear lock
|
||||
|
||||
clear Mod1
|
||||
clear Mod2
|
||||
clear Mod3
|
||||
clear Mod4
|
||||
clear Mod5
|
||||
add Mod1 = Alt_L Alt_R Meta_L
|
||||
add Mod2 = Num_Lock
|
||||
add Mod3 = Hyper_L
|
||||
add Mod4 = Super_L Hyper_R
|
||||
add Mod5 = ISO_Level3_Shift Mode_switch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
setxkbmap gb -option shift:both_capslock -option caps:none;
|
||||
setxkbmap gb -option shift:both_capslock -option caps:escape;
|
||||
xmodmap ~/.Xmodmap;
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources;
|
||||
|
||||
Reference in New Issue
Block a user