diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-05-26 11:31:29 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-05-26 11:31:29 -0400 |
commit | a731e3fac66692d85f315bd3e2bed948fb2cbc9c (patch) | |
tree | 9efc3a5dbcba69dbabdda363494f53fa83b33d95 | |
parent | icd (diff) |
Revert "Kinesis at work randomly switched ctrl/alt; fix"
This seems to have been because the kinesis layout changed in the
hardware via hitting = and m keys simultaneously.
This reverts commit b79cbdbfe4dcba066ec2d4a5fe94ff307d19fea9.
-rw-r--r-- | .xkb/keycodes/kinesisfix | 6 | ||||
-rwxr-xr-x | bin/icd | 5 |
2 files changed, 1 insertions, 10 deletions
diff --git a/.xkb/keycodes/kinesisfix b/.xkb/keycodes/kinesisfix deleted file mode 100644 index e700ab5..0000000 --- a/.xkb/keycodes/kinesisfix +++ /dev/null @@ -1,6 +0,0 @@ -xkb_keycodes { - <LCTL> = 133; - <LALT> = 64; - <RALT> = 105; - <RCTL> = 134; -}; @@ -19,7 +19,6 @@ LAPTOP_OPTIONS="\ KIN_OPTIONS="\ ${GLOBAL_OPTIONS} \ - -geometry kinesis -option lv3:switch \ -option caps:swapescape" @@ -54,9 +53,7 @@ if [ "x${KIN_USB_ID}" != "x" ]; then -I${XKB_DIR} \ -device ${XID} \ ${KIN_OPTIONS} \ - -print | \ - sed -e 's@+ctrl(nocaps)@@g;s@bksp)@bksp)+lalt_meta(lalt_meta)@g' | \ - sed -e '/xkb_keycodes/s/"[[:space:]]/+kinesisfix&/' > ${HOME}/.xkb/keymap/icd.kin + -print | sed -e 's@+ctrl(nocaps)@@g;s@bksp)@bksp)+lalt_meta(lalt_meta)@g' > ${HOME}/.xkb/keymap/icd.kin xkbcomp -I${HOME}/.xkb -i ${XID} -synch \ ${HOME}/.xkb/keymap/icd.kin ${DISPLAY} # 2> /dev/null done |