aboutsummaryrefslogtreecommitdiffstats
path: root/keymap.sh
blob: 7172b8f0563a5831f7650157b6da7231748156c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/sh

#xcape -e 'Caps_Lock=Escape'
setxkbmap -option 'caps:ctrl_modifier'
xcape -e 'Caps_Lock=Escape' -t 100
xcape -e 'Shift_L=Shift_L|bracketleft'
xcape -e 'Shift_R=Shift_R|bracketright'
xcape -e 'Alt_L=parenleft'
xcape -e 'Alt_R=parenright'
xcape -e 'Control_L=bracketleft'
xcape -e 'Control_R=bracketright'