[xkeyboard-config/f18] Fix right alt key in ara layout (#718220)

Peter Hutterer whot at fedoraproject.org
Thu Jan 31 06:26:34 UTC 2013


commit 385195c60a31e86671bf3cd9025e06089d34d0d1
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jan 31 16:22:34 2013 +1000

    Fix right alt key in ara layout (#718220)

 ...low-Alt-R-to-be-used-for-next-group-again.patch |   26 ++++++++++++++++++++
 xkeyboard-config.spec                              |    7 ++++-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/0001-Allow-Alt-R-to-be-used-for-next-group-again.patch b/0001-Allow-Alt-R-to-be-used-for-next-group-again.patch
new file mode 100644
index 0000000..149cf6a
--- /dev/null
+++ b/0001-Allow-Alt-R-to-be-used-for-next-group-again.patch
@@ -0,0 +1,26 @@
+From 0be23e0774bebdaa9766ddd7a1f3cf088d079bf0 Mon Sep 17 00:00:00 2001
+From: Khaled Hosny <khaledhosny at eglug.org>
+Date: Sun, 18 Nov 2012 16:31:56 +0200
+Subject: [PATCH] Allow Alt R to be used for next group again
+
+https://bugs.freedesktop.org/show_bug.cgi?id=27472#c27
+---
+ symbols/ara | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/symbols/ara b/symbols/ara
+index 76e03b1..146e9b3 100644
+--- a/symbols/ara
++++ b/symbols/ara
+@@ -62,8 +62,6 @@ xkb_symbols "basic" {
+     key <AB09> {  [     Arabic_zain,         period       ]     };
+     key <AB10> {  [      Arabic_zah, Arabic_question_mark ]     };
+ 
+-    include "level3(ralt_switch)"
+-
+     // End alphanumeric section
+ };
+ 
+-- 
+1.8.1
+
diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec
index deef099..3a3e433 100644
--- a/xkeyboard-config.spec
+++ b/xkeyboard-config.spec
@@ -7,7 +7,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 2.6
-Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -23,6 +23,8 @@ Source0: http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/%{
 Patch01: 0001-Reverting-broken-fix-for-is-keyboard.patch
 # Bug 647433 - Mali keyboard layout is wrong (Malayalam layout is given)
 Patch02: 0001-rules-remove-ml-in-mal-mapping.patch
+# Bug 718220 - [PATCH] right alt key does not work in ara layout
+Patch03: 0001-Allow-Alt-R-to-be-used-for-next-group-again.patch
 
 BuildArch: noarch
 
@@ -114,6 +116,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
 %{_datadir}/pkgconfig/xkeyboard-config.pc
 
 %changelog
+* Thu Jan 31 2013 Peter Hutterer <peter.hutterer at redhat.com> 2.6-7
+- Fix right alt key in ara layout (#718220)
+
 * Wed Jan 02 2013 Peter Hutterer <peter.hutterer at redhat.com> 2.6-6
 - Fix Mali layout previously mapped to in(mal) (#647433)
 


More information about the scm-commits mailing list