summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-06-07 17:33:07 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-06-08 09:21:46 +0200
commit2c7e30dc0a42a5a7ff9dbd7208b10c789896ce3b (patch)
treeb158b0e65b042727482e3fb555c5b1f12ef467ba /.gitlab-ci
parentf4ba9cfde62f17274879f9d79bee2ec968142219 (diff)
downloadxkeyboard-config-2c7e30dc0a42a5a7ff9dbd7208b10c789896ce3b.tar.gz
keycodes: rename <MDSW> to <LVL5>, to show what its intended function is
Keep <MDSW> as an alias, for private user layouts that possibly use it. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/evdev.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/evdev.in b/.gitlab-ci/evdev.in
index e760283..7a89ed4 100644
--- a/.gitlab-ci/evdev.in
+++ b/.gitlab-ci/evdev.in
@@ -190,7 +190,8 @@ default xkb_keycodes "evdev" {
// Fake keycodes for virtual keys
<LVL3> = 92;
- <MDSW> = 203;
+ <LVL5> = 203;
+ alias <MDSW> = <LVL5>;
<ALT> = 204;
<META> = 205;
<SUPR> = 206;