summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-04-10 18:08:08 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-04-10 18:08:08 +0200
commitce62aaca5011938d06996583399ec3a91ed11d21 (patch)
treea8918be7083afa60d235b214256d18b582e0cb4a /.gitlab-ci
parent9462d566909978bff2a2d9a42d01a501ad15a922 (diff)
downloadxkeyboard-config-ce62aaca5011938d06996583399ec3a91ed11d21.tar.gz
CI: make the evdev template match the current state of affairs
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/evdev.in28
1 files changed, 12 insertions, 16 deletions
diff --git a/.gitlab-ci/evdev.in b/.gitlab-ci/evdev.in
index 477152b..e760283 100644
--- a/.gitlab-ci/evdev.in
+++ b/.gitlab-ci/evdev.in
@@ -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;
@@ -65,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;
@@ -91,10 +89,8 @@ default xkb_keycodes "evdev" {
<FK12> = 96;
<PRSC> = 107;
- // <SYRQ> = 107;
<SCLK> = 78;
<PAUS> = 127;
- // <BRK> = 419;
<INS> = 118;
<HOME> = 110;
@@ -146,17 +142,15 @@ default xkb_keycodes "evdev" {
// Keys that are generated on Japanese keyboards
- //<HZTG> = 93; // Hankaku/Zenkakau toggle - not actually used
- alias <HZTG> = <TLDE>;
+ alias <HZTG> = <TLDE>; // Hankaku/Zenkaku toggle
<HKTG> = 101; // Hiragana/Katakana toggle
- <AB11> = 97; // backslash/underscore
+ <AB11> = 97; // backslash/underscore
<HENK> = 100; // Henkan
<MUHE> = 102; // Muhenkan
<AE13> = 132; // Yen
<KATA> = 98; // Katakana
<HIRA> = 99; // Hiragana
<JPCM> = 103; // KPJPComma
- //<RO> = 97; // Romaji
// Keys that are generated on Korean keyboards
@@ -182,6 +176,10 @@ default xkb_keycodes "evdev" {
<FIND> = 144;
<CUT> = 145;
<HELP> = 146;
+ alias <OUTP> = <I235>;
+ alias <KITG> = <I236>;
+ alias <KIDN> = <I237>;
+ alias <KIUP> = <I238>;
// Extended keys that may be generated on "Internet" keyboards.
// evdev has standardize names for these.
@@ -210,8 +208,6 @@ default xkb_keycodes "evdev" {
indicator 10 = "Mail";
indicator 11 = "Charging";
- alias <ALGR> = <RALT>;
-
// For Brazilian ABNT2
alias <KPPT> = <I129>;
};