aboutsummaryrefslogtreecommitdiffstats
path: root/keymap.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xkeymap.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/keymap.sh b/keymap.sh
new file mode 100755
index 0000000..f5e6820
--- /dev/null
+++ b/keymap.sh
@@ -0,0 +1,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'