Makes right alt my compose key
Compose key is used for inputting special characters more easily. See the compose table for examples: https://help.ubuntu.com/community/GtkComposeTable
This commit is contained in:
parent
c6a0909917
commit
ec6bad4c1a
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ fi
|
||||||
# Keyboard - reset
|
# Keyboard - reset
|
||||||
# Sometimes, if I turn the screens off, the keyboard resets itself to defaults. Not sure why but this will put my keyboard back to how I like it
|
# Sometimes, if I turn the screens off, the keyboard resets itself to defaults. Not sure why but this will put my keyboard back to how I like it
|
||||||
#alias kb="xmodmap ~/.Xmodmap; xset r rate 200 70; xcape"
|
#alias kb="xmodmap ~/.Xmodmap; xset r rate 200 70; xcape"
|
||||||
alias keys="setxkbmap -layout gb,gb -variant \"colemak,\" -option grp:shifts_toggle; xset r rate 200 70; xinput --list | grep -Ei 'ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' | cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device"
|
alias keys="setxkbmap -layout gb,gb -variant \"colemak,\" -option grp:shifts_toggle -option compose:ralt; xset r rate 200 70; xinput --list | grep -Ei 'ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' | cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device"
|
||||||
|
|
||||||
alias colemak="setxkbmap -layout gb,gb -variant \"colemak,\" -option grp:shifts_toggle"
|
alias colemak="setxkbmap -layout gb,gb -variant \"colemak,\" -option grp:shifts_toggle"
|
||||||
alias qwerty="setxkbmap -layout gb"
|
alias qwerty="setxkbmap -layout gb"
|
||||||
|
|
|
@ -21,7 +21,7 @@ export CORPPASSCOMMAND="pass IRM/corp"
|
||||||
#xset r rate 200 70
|
#xset r rate 200 70
|
||||||
|
|
||||||
# Set keymap to colemak
|
# Set keymap to colemak
|
||||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle -option compose:ralt
|
||||||
|
|
||||||
# Set key rate
|
# Set key rate
|
||||||
xset r rate 200 70;
|
xset r rate 200 70;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue