[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1077 - in trunk/debian: . patches



Author: branden
Date: 2004-02-19 17:06:55 -0500 (Thu, 19 Feb 2004)
New Revision: 1077

Added:
   trunk/debian/patches/066_XKB_recognize_keypad_period_on_ABNT2_keyboards.diff
Modified:
   trunk/debian/changelog
Log:
Define <KPPT> keycode in abnt2 section of XKB xfree86 keycodes file;
enables numeric keypad period key for Brazilian ABNT2 keyboards (thanks,
Michael Loos!).  (Closes: #233621)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-19 21:40:15 UTC (rev 1076)
+++ trunk/debian/changelog	2004-02-19 22:06:55 UTC (rev 1077)
@@ -43,8 +43,12 @@
   * Add script to help package maintainers identify available patch numbers.
     - debian/scripts/find-avail-patch-number
 
- -- Branden Robinson <branden@debian.org>  Thu, 19 Feb 2004 16:39:12 -0500
+  * Define <KPPT> keycode in abnt2 section of XKB xfree86 keycodes file;
+    enables numeric keypad period key for Brazilian ABNT2 keyboards (thanks,
+    Michael Loos!).  (Closes: #233621)
 
+ -- Branden Robinson <branden@debian.org>  Thu, 19 Feb 2004 16:53:01 -0500
+
 xfree86 (4.3.0-2) unstable; urgency=low
 
   * The "It's like I have a shotgun in my mouth, I've got my finger on the

Added: trunk/debian/patches/066_XKB_recognize_keypad_period_on_ABNT2_keyboards.diff
===================================================================
--- trunk/debian/patches/066_XKB_recognize_keypad_period_on_ABNT2_keyboards.diff	2004-02-19 21:40:15 UTC (rev 1076)
+++ trunk/debian/patches/066_XKB_recognize_keypad_period_on_ABNT2_keyboards.diff	2004-02-19 22:06:55 UTC (rev 1077)
@@ -0,0 +1,22 @@
+$Id$
+
+This patch by Michael Loos <loos@qt1.iq.usp.br>.
+
+  The NumPad period is inactive on Brazilian ABNT2 keyboard.  It is an old
+  problem not a new feature, often heard here as a minus for "Linux": only
+  the comma of the NumPad works, not the period (ABNT2 keyboards have both)
+
+See <URL: http://bugs.debian.org/233621 >.
+
+Not submitted to XFree86.
+
+--- xc/programs/xkbcomp/keycodes/xfree86~	2004-02-19 16:49:11.000000000 -0500
++++ xc/programs/xkbcomp/keycodes/xfree86	2004-02-19 16:49:51.000000000 -0500
+@@ -354,6 +354,7 @@
+     include "xfree86(basic)"
+     <BKSL> = 94;
+     <AC12> = 51;
++    <KPPT> = 134;
+ };
+ 
+ 


Property changes on: trunk/debian/patches/066_XKB_recognize_keypad_period_on_ABNT2_keyboards.diff
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: