summaryrefslogtreecommitdiff
path: root/keycodes
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-04-10 17:06:04 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-04-10 17:07:50 +0200
commit85e33714fd786ae76434b4e5b2560e0d7724ae33 (patch)
tree716ffa0fc1a2fa3e36a2bc170c1978ba11ea8ef1 /keycodes
parent97214665f1a8f322867e72053f6d88dca47ef48c (diff)
downloadxkeyboard-config-85e33714fd786ae76434b4e5b2560e0d7724ae33.tar.gz
keycodes: move two codenames into their normal physical order
Most other codenames are listed in the order in which they appear on a standard keyboard, so do this for these two too.
Diffstat (limited to 'keycodes')
-rw-r--r--keycodes/evdev6
1 files changed, 2 insertions, 4 deletions
diff --git a/keycodes/evdev b/keycodes/evdev
index 66d1b49..cbe857e 100644
--- a/keycodes/evdev
+++ b/keycodes/evdev
@@ -4,9 +4,6 @@ default xkb_keycodes "evdev" {
minimum = 8;
maximum = 255;
- # Added for pc105 compatibility
- <LSGT> = 94;
-
<TLDE> = 49;
<AE01> = 10;
<AE02> = 11;
@@ -36,7 +33,6 @@ default xkb_keycodes "evdev" {
<AD11> = 34;
<AD12> = 35;
<BKSL> = 51;
- alias <AC12> = <BKSL>;
<RTRN> = 36;
<CAPS> = 66;
@@ -51,8 +47,10 @@ default xkb_keycodes "evdev" {
<AC09> = 46;
<AC10> = 47;
<AC11> = 48;
+ alias <AC12> = <BKSL>;
<LFSH> = 50;
+ <LSGT> = 94;
<AB01> = 52;
<AB02> = 53;
<AB03> = 54;