- u_zhe-dze.patch

The key (z on US keyboard) should give dze (Ѕ [capital]
  / ѕ) but it gives zhe (Ж [capital] / ж)
  (bnc#780230)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=87
This commit is contained in:
Stefan Dirsch 2013-03-26 16:28:22 +00:00 committed by Git OBS Bridge
parent 7e293353f5
commit a2cd291218
3 changed files with 26 additions and 0 deletions

16
u_zhe-dze.patch Normal file
View File

@ -0,0 +1,16 @@
Author: Oliver Neukum <oneukum@suse.de>
Subject: The key (z on US keyboard) should give dze (&#1029; [capital] / &#1109;) but it gives zhe (&#1046; [capital] / &#1078;)
References: bnc#780230
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
--- /usr/share/X11/xkb/symbols/rs.alt 2012-09-13 15:39:18.039949695 +0200
+++ /usr/share/X11/xkb/symbols/rs 2012-09-13 16:19:37.007170631 +0200
@@ -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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 26 16:23:14 UTC 2013 - sndirsch@suse.com
- u_zhe-dze.patch
The key (z on US keyboard) should give dze (&#1029; [capital]
/ &#1109;) but it gives zhe (&#1046; [capital] / &#1078;)
(bnc#780230)
-------------------------------------------------------------------
Thu Jan 31 17:46:52 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

View File

@ -34,6 +34,7 @@ Summary: The X Keyboard Extension
License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
Group: System/X11/Utilities
Source: http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.bz2
Patch0: u_zhe-dze.patch
Patch100: p_suse.diff
# PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just a workaround until fdo#4927 is fixed
Patch109: disable-2xalt_2xctrl-toggle.diff
@ -53,6 +54,7 @@ make keyboards more accessible to people with physical impairments.
%prep
%setup -q
translation-update-upstream
%patch0 -p5
%patch100
%patch109 -p1