summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-24 10:12:48 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-05-24 11:52:56 +0200
commit271d851e259f5ea496caad7c4fe4a1dc864831c5 (patch)
tree4c9a6902c95fe9f9f30bf9d8909f2249a6fbc02e /.gitlab-ci
parent2ef6644a441ebe98aa61688e106437d572a22d27 (diff)
downloadxkeyboard-config-271d851e259f5ea496caad7c4fe4a1dc864831c5.tar.gz
symbols: move the special Japanese and Korean keys from 'inet' to 'pc'
Having them in symbols/pc instead of in symbols/inet(evdev) means that any assignments that a custom layout makes to these keys will not get overridden by the standard +inet(evdev) rule. This fixes issue #50. Reported-by: Alex-Daniel Jakimenko Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/inet.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci/inet.in b/.gitlab-ci/inet.in
index cb7e1ce..f237f79 100644
--- a/.gitlab-ci/inet.in
+++ b/.gitlab-ci/inet.in
@@ -101,17 +101,6 @@ xkb_symbols "evdev" {
key <HELP> { [ Help ] };
key <LNFD> { [ Linefeed ] };
-// Commented out because HZTG has same keycode as TLDE
-// key <HZTG> { [ Zenkaku_Hankaku ] };
-
- key <HKTG> { [ Hiragana_Katakana ] };
- key <HENK> { [ Henkan ] };
- key <MUHE> { [ Muhenkan ] };
- key <KATA> { [ Katakana ] };
- key <HIRA> { [ Hiragana ] };
-
- key <HNGL> { [ Hangul ] };
- key <HJCV> { [ Hangul_Hanja ] };
key <FK21> { [ XF86TouchpadToggle ] };
key <FK22> { [ XF86TouchpadOn ] };
key <FK23> { [ XF86TouchpadOff ] };