summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-03-03 22:21:35 +0000
committerUrbain Vaes <urbain@vaes.uk>2020-03-03 22:21:35 +0000
commitf7622a0c8580c670aaedf860c8ffc16eecebc348 (patch)
treedfea1ea139158e6ee939e9d93b09bf5153b70a18 /bin
parent981d8a9f49dea9c6435c97b6948c50995ad40258 (diff)
parent104ca1e11721518f9224527459e8506a858692c9 (diff)
Merge branch 'master' of github.com:urbainvaes/dotfiles
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/keyboard8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/.local/bin/keyboard b/bin/.local/bin/keyboard
index b7f5e90..ee1cc61 100755
--- a/bin/.local/bin/keyboard
+++ b/bin/.local/bin/keyboard
@@ -46,10 +46,10 @@ xmodmap -e "keycode any = space"
xcape -e 'Super_L=space'
# Make return (Control_R, Return)
-xmodmap -e "keysym Return = Control_R"
-xmodmap -e "add Control = Control_R"
-xmodmap -e "keycode any = Return"
-xcape -e 'Control_R=Return'
+# xmodmap -e "keysym Return = Control_R"
+# xmodmap -e "add Control = Control_R"
+# xmodmap -e "keycode any = Return"
+# xcape -e 'Control_R=Return'
# Make eject an Insert
xmodmap -e "keysym XF86Eject = Insert"