blob: f5e68205a0572711f625898ea0c503daf3329317 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/usr/bin/sh
xcape -e 'Control_L=Escape'
xcape -e 'Shift_L=Shift_L|bracketleft'
xcape -e 'Shift_R=Shift_R|bracketright'
xcape -e 'Alt_L=parenleft'
xcape -e 'Alt_R=parenright'
|