Author: branden Date: 2004-06-28 01:05:41 -0500 (Mon, 28 Jun 2004) New Revision: 1588
Added: trunk/debian/patches/093_xkb_fix_macintosh_problems.diff Modified: trunk/debian/CHANGESETS trunk/debian/changelog Log: Fix miscellaneous Macintosh XKB data problems: + The keypad equal key (<KPEQ>) should map to the "KP_Equal" keysym, not "equal". + Fix typo that kept the right Alt key from working. Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-06-28 05:48:14 UTC (rev 1587) +++ trunk/debian/CHANGESETS 2004-06-28 06:05:41 UTC (rev 1588) @@ -92,4 +92,10 @@ "Alt-Tab problem"). (Closes: #254973) 1587 +Fix miscellaneous Macintosh XKB data problems: ++ The keypad equal key (<KPEQ>) should map to the "KP_Equal" keysym, not + "equal". ++ Fix typo that kept the right Alt key from working. + 1588 + vim:set ai et sts=4 sw=4 tw=80: Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-06-28 05:48:14 UTC (rev 1587) +++ trunk/debian/changelog 2004-06-28 06:05:41 UTC (rev 1588) @@ -57,6 +57,11 @@ managers have seeing Alt key release events (commonly known as the "Alt-Tab problem"). (Closes: #254973) + * Fix miscellaneous Macintosh XKB data problems: + + The keypad equal key (<KPEQ>) should map to the "KP_Equal" keysym, not + "equal". + + Fix typo that kept the right Alt key from working. + Changes by Fabio Massimo Di Nitto: * Update French debconf template translations (thanks, Christian Perrier). @@ -65,7 +70,7 @@ * Update Brazilian Portuguese debconf template translations (thanks, Andre Luis Lopes). (Closes: #255963) - -- Branden Robinson <[EMAIL PROTECTED]> Mon, 28 Jun 2004 00:44:17 -0500 + -- Branden Robinson <[EMAIL PROTECTED]> Mon, 28 Jun 2004 01:04:00 -0500 xfree86 (4.3.0.dfsg.1-5) unstable; urgency=low Added: trunk/debian/patches/093_xkb_fix_macintosh_problems.diff =================================================================== --- trunk/debian/patches/093_xkb_fix_macintosh_problems.diff 2004-06-28 05:48:14 UTC (rev 1587) +++ trunk/debian/patches/093_xkb_fix_macintosh_problems.diff 2004-06-28 06:05:41 UTC (rev 1588) @@ -0,0 +1,29 @@ +$Id$ + +Fix miscellaneous Macintosh XKB data problems: +* The keypad equal key (<KPEQ>) should map to the "KP_Equal" keysym, not + "equal". +* Fix typo that kept the right Alt key from working. + +This patch by Branden Robinson. + +--- xc/programs/xkbcomp/symbols/macintosh/us~ 2004-06-28 00:55:39.000000000 -0500 ++++ xc/programs/xkbcomp/symbols/macintosh/us 2004-06-28 00:55:53.000000000 -0500 +@@ -101,7 +101,7 @@ + + // Begin "Keypad" section + key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] }; +- key <KPEQ> { [ equal ] }; ++ key <KPEQ> { [ KP_Equal ] }; + key <KPDV> { [ KP_Divide ] }; + key <KPMU> { [ KP_Multiply ] }; + +@@ -132,7 +132,7 @@ + key <LALT> { [ Alt_L ] }; + key <RALT> { [ Alt_R ] }; + key <LWIN> { [ Meta_L ] }; +- key <WWIN> { [ Meta_R ] }; ++ key <RWIN> { [ Meta_R ] }; + // End "Modifier" section + + // begin modifier mappings Property changes on: trunk/debian/patches/093_xkb_fix_macintosh_problems.diff ___________________________________________________________________ Name: svn:keywords + Id