forked from pool/xkeyboard-config
- 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:
parent
7e293353f5
commit
a2cd291218
16
u_zhe-dze.patch
Normal file
16
u_zhe-dze.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Author: Oliver Neukum <oneukum@suse.de>
|
||||||
|
Subject: The key (z on US keyboard) should give dze (Ѕ [capital] / ѕ) but it gives zhe (Ж [capital] / ж)
|
||||||
|
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
|
@ -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 (Ѕ [capital]
|
||||||
|
/ ѕ) but it gives zhe (Ж [capital] / ж)
|
||||||
|
(bnc#780230)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 31 17:46:52 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
Thu Jan 31 17:46:52 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ Summary: The X Keyboard Extension
|
|||||||
License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
|
License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Source: http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.bz2
|
||||||
|
Patch0: u_zhe-dze.patch
|
||||||
Patch100: p_suse.diff
|
Patch100: p_suse.diff
|
||||||
# PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just a workaround until fdo#4927 is fixed
|
# 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
|
Patch109: disable-2xalt_2xctrl-toggle.diff
|
||||||
@ -53,6 +54,7 @@ make keyboards more accessible to people with physical impairments.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%patch0 -p5
|
||||||
%patch100
|
%patch100
|
||||||
%patch109 -p1
|
%patch109 -p1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user