Stefan Dirsch
1a27cb1557
to n_rs-cyralpha-The-key-z-on-US-keyboard-should-give-dze.patch since it will never be accepted upstream, but still needed for QA people not being aware of the special situation of serbian-cyrillic keyboard users (#fdo#68754) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=98
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From 8f49c92c54c53eab6d40d8be90ce06773d20d196 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Dirsch <sndirsch@suse.de>
|
|
Date: Mon, 2 Sep 2013 11:07:38 +0200
|
|
Subject: [PATCH] rs(cyralpha): The key (z on US keyboard) should give dze, but
|
|
it gives zhe
|
|
|
|
The key (z on US keyboard) should give dze (Ѕ [capital] / ѕ),
|
|
but it gives zhe (Ж [capital] / ж). (fdo#68754, patch by
|
|
Oliver Neukum <oneukum@suse.de>)
|
|
|
|
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
|
|
---
|
|
symbols/rs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/symbols/rs b/symbols/rs
|
|
index 1b88d01..baa7a34 100644
|
|
--- a/symbols/rs
|
|
+++ b/symbols/rs
|
|
@@ -108,7 +108,7 @@ xkb_symbols "cyralpha" {
|
|
key <AC11> { [ Serbian_tshe, Serbian_TSHE, any,any ] }; // ' "
|
|
key <BKSL> { [ Cyrillic_zhe, Cyrillic_ZHE, any,any ] }; // \ |
|
|
|
|
- key <AB01> { [ Cyrillic_zhe, Cyrillic_ZHE, any,any ] }; // z
|
|
+ key <AB01> { [ U0455, U0405, any,any ] }; // z
|
|
key <AB02> { [ Cyrillic_dzhe, Cyrillic_DZHE, any,any ] }; // x
|
|
key <AB03> { [ Cyrillic_tse, Cyrillic_TSE, any,any ] }; // c
|
|
key <AB04> { [ Cyrillic_ve, Cyrillic_VE, any,any ] }; // v
|
|
--
|
|
1.8.1.4
|
|
|