summaryrefslogtreecommitdiff
path: root/keycodes
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-04-10 17:36:31 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-04-10 17:41:27 +0200
commitfbfbdbacb76d02fbfa0d72cb24b6b77bbc283f23 (patch)
tree960ce26616c145380f9fcbaf752daf156d9939d5 /keycodes
parent85e33714fd786ae76434b4e5b2560e0d7724ae33 (diff)
downloadxkeyboard-config-fbfbdbacb76d02fbfa0d72cb24b6b77bbc283f23.tar.gz
keycodes: sort the codenames for the bottom row into their physical order
Also drop an unneeded comment -- once LWIN and RWIN were extra keys, nowadays they are standard.
Diffstat (limited to 'keycodes')
-rw-r--r--keycodes/evdev10
1 files changed, 4 insertions, 6 deletions
diff --git a/keycodes/evdev b/keycodes/evdev
index cbe857e..74d461a 100644
--- a/keycodes/evdev
+++ b/keycodes/evdev
@@ -63,16 +63,16 @@ default xkb_keycodes "evdev" {
<AB10> = 61;
<RTSH> = 62;
- <LALT> = 64;
<LCTL> = 37;
+ <LWIN> = 133;
+ <LALT> = 64;
<SPCE> = 65;
- <RCTL> = 105;
<RALT> = 108;
- // Microsoft keyboard extra keys
- <LWIN> = 133;
+ alias <ALGR> = <RALT>;
<RWIN> = 134;
<COMP> = 135;
alias <MENU> = <COMP>;
+ <RCTL> = 105;
<ESC> = 9;
<FK01> = 67;
@@ -590,8 +590,6 @@ default xkb_keycodes "evdev" {
indicator 10 = "Mail";
indicator 11 = "Charging";
- alias <ALGR> = <RALT>;
-
// For Brazilian ABNT2
alias <KPPT> = <I129>;
};