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 /.xkb | |
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.
Diffstat (limited to '')
-rw-r--r-- | .xkb/keycodes/kinesisfix | 6 |
1 files changed, 0 insertions, 6 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; -}; |