summaryrefslogtreecommitdiffstats
path: root/.local/bin/kb
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-08 13:58:12 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-08 13:58:12 +0100
commit0c4228264e0517f79f922260cf95da0fc96a6e11 (patch)
tree87c9b1f90f1ebc815c74956be9fd655023f3ba59 /.local/bin/kb
parentKey update (diff)
downloaddotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.gz
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.bz2
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.xz
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.tar.zst
dotfiles-bsd-0c4228264e0517f79f922260cf95da0fc96a6e11.zip
Switched tab and escape keys
Diffstat (limited to '.local/bin/kb')
-rwxr-xr-x.local/bin/kb2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/kb b/.local/bin/kb
index 778d2d6..1cbfb28 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -2,3 +2,5 @@
xset r rate 200 150
setxkbmap -layout us,fr -option grp:alt_shift_toggle
+xmodmap -e "keycode 9 = Tab"
+xmodmap -e "keycode 23 = Escape"