From a731e3fac66692d85f315bd3e2bed948fb2cbc9c Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 26 May 2018 11:31:29 -0400 Subject: 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. --- bin/icd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/icd b/bin/icd index 637697f..3ea6029 100755 --- a/bin/icd +++ b/bin/icd @@ -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 -- cgit v1.2.3