Changes double shift action
Previously, pushing both shift keys would switch the layout between colemak and qwerty. However, I never use qwerty now so have changed it so that double shift now toggles capslock. The capslock key remains bound to backspace as is default in colemak
This commit is contained in:
parent
4279b7373a
commit
56395b71f1
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export CORPPASSCOMMAND="pass IRM/corp"
|
|||
#xset r rate 200 70
|
||||
|
||||
# Set keymap to colemak
|
||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle -option compose:ralt
|
||||
setxkbmap -layout gb,gb -variant "colemak," -option shift:both_capslock -option compose:ralt
|
||||
|
||||
# Set key rate
|
||||
xset r rate 200 70;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue