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

X Strike Force X.Org X11 SVN commit: r1076 - in trunk/debian: . patches/general



Author: barbier
Date: 2006-01-13 06:04:26 -0500 (Fri, 13 Jan 2006)
New Revision: 1076

Modified:
   trunk/debian/changelog
   trunk/debian/patches/general/091_xkb_implement_compose:caps.diff
Log:
Set Caps type in patches/general/091_xkb_implement_compose:caps.diff


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-13 05:48:42 UTC (rev 1075)
+++ trunk/debian/changelog	2006-01-13 11:04:26 UTC (rev 1076)
@@ -31,6 +31,7 @@
     general/091_xkb_implement_compose:caps.diff
   * Add general/087_xkb_ralt_switch_multikey.diff to enable again the
     lv3:ralt_switch_multikey option.  Thanks Klaus Ethgen  (closes: #345409)
+  * Set Caps type in patches/general/091_xkb_implement_compose:caps.diff
 
  -- David Nusinow <dnusinow@debian.org>  Thu, 12 Jan 2006 21:11:43 -0500
 

Modified: trunk/debian/patches/general/091_xkb_implement_compose:caps.diff
===================================================================
--- trunk/debian/patches/general/091_xkb_implement_compose:caps.diff	2006-01-13 05:48:42 UTC (rev 1075)
+++ trunk/debian/patches/general/091_xkb_implement_compose:caps.diff	2006-01-13 11:04:26 UTC (rev 1076)
@@ -1,7 +1,7 @@
 $Id$
 
 Implement option to place Compose key ("Multi_key") on <CAPS> key.  See
-Debian #251310.
+Debian #251310 #345796
 
 This patch by Andrew Suffield and Branden Robinson.
 
@@ -61,5 +61,5 @@
 +
 +partial modifier_keys
 +xkb_symbols "caps" {
-+    key <CAPS> {   [    Multi_key, Multi_key   ]   };
++    key <CAPS>	{ type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
 +};



Reply to: