diff --git a/bin/input-event b/bin/input-event index a11bb58..a8f4f50 100755 --- a/bin/input-event +++ b/bin/input-event @@ -29,7 +29,7 @@ case "$event,$use,$(uname -n),$name" in xkb x1gen2 ;; *,XISlaveKeyboard,*,"ThinkPad Extra Buttons") - xkb thinkpad-extra + : ;; *,XISlaveKeyboard,*,"Yubico YubiKey OTP+FIDO+CCID") ssh-add -e /usr/lib/x86_64-linux-gnu/libykcs11.so 2> /dev/null diff --git a/dotfiles/xkb/thinkpad-extra.xkb b/dotfiles/xkb/thinkpad-extra.xkb deleted file mode 100644 index e49efec..0000000 --- a/dotfiles/xkb/thinkpad-extra.xkb +++ /dev/null @@ -1,10 +0,0 @@ -# -*- conf -*- - -# Configuration for thinkpad extra buttons -xkb_keymap { - xkb_keycodes { include "evdev+aliases(qwerty)" }; - xkb_types { include "complete" }; - xkb_compat { include "complete" }; - xkb_symbols { include "pc+us+inet(evdev)" }; - xkb_geometry { include "pc(pc105)" }; -};