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

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



Author: barbier
Date: 2005-08-07 16:56:14 -0500 (Sun, 07 Aug 2005)
New Revision: 507

Added:
   trunk/debian/patches/general/087_xkb_no_altgr_wanted_with_dvorak.diff
Modified:
   trunk/debian/changelog
   trunk/debian/patches/general/099z_xkb_level3_ralt_switch.diff
   trunk/debian/patches/series
Log:
Do not set Right Alt to AltGr with dvorak layout: this layout has
only two levels, so people prefer to have a 2nd Alt key rather
than a useless AltGr.  Thanks Adam C Powell IV.  Closes: #258399


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-07 20:47:13 UTC (rev 506)
+++ trunk/debian/changelog	2005-08-07 21:56:14 UTC (rev 507)
@@ -115,6 +115,9 @@
   * Add general/088_xkb_only_one_default_variant_gb.diff to remove the
     'default' attribute of gb(intl), there must be only one default
     variant per layout.
+  * Do not set Right Alt to AltGr with dvorak layout: this layout has
+    only two levels, so people prefer to have a 2nd Alt key rather
+    than a useless AltGr.  Thanks Adam C Powell IV.  Closes: #258399
 
  -- Branden Robinson <branden@debian.org>  Fri,  5 Aug 2005 17:20:49 -0500
 

Added: trunk/debian/patches/general/087_xkb_no_altgr_wanted_with_dvorak.diff
===================================================================
--- trunk/debian/patches/general/087_xkb_no_altgr_wanted_with_dvorak.diff	2005-08-07 20:47:13 UTC (rev 506)
+++ trunk/debian/patches/general/087_xkb_no_altgr_wanted_with_dvorak.diff	2005-08-07 21:56:14 UTC (rev 507)
@@ -0,0 +1,23 @@
+$Id$
+
+Do not set Right Alt to AltGr with dvorak layout: this layout has
+only two levels, so people prefer to have a 2nd Alt key rather
+than a useless AltGr.  Thanks Adam C Powell IV.  Closes: #258399
+
+This patch by Denis Barbier.
+
+Not submitted upstream.
+
+Index: xorg-x11/xc/programs/xkbcomp/symbols/pc/dvorak
+===================================================================
+--- xorg-x11.orig/xc/programs/xkbcomp/symbols/pc/dvorak	2005-08-07 20:19:07.000000000 +0000
++++ xorg-x11/xc/programs/xkbcomp/symbols/pc/dvorak	2005-08-07 21:03:18.000000000 +0000
+@@ -60,8 +60,6 @@
+     key <AB08> { [	    w,	W		]	};
+     key <AB09> { [	    v,	V		]	};
+     key <AB10> { [	    z,	Z		]	};
+-
+-    include "level3(ralt_switch_multikey)"
+ };
+ 
+ // Norwegian Dvorak


Property changes on: trunk/debian/patches/general/087_xkb_no_altgr_wanted_with_dvorak.diff
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/debian/patches/general/099z_xkb_level3_ralt_switch.diff
===================================================================
--- trunk/debian/patches/general/099z_xkb_level3_ralt_switch.diff	2005-08-07 20:47:13 UTC (rev 506)
+++ trunk/debian/patches/general/099z_xkb_level3_ralt_switch.diff	2005-08-07 21:56:14 UTC (rev 507)
@@ -419,15 +419,6 @@
 ===================================================================
 --- xc/programs/xkbcomp/symbols/pc/dvorak.orig	2005-08-06 18:26:11.000000000 +0000
 +++ xc/programs/xkbcomp/symbols/pc/dvorak	2005-08-06 20:15:12.000000000 +0000
-@@ -61,7 +61,7 @@
-     key <AB09> { [	    v,	V		]	};
-     key <AB10> { [	    z,	Z		]	};
- 
--    include "level3(ralt_switch_multikey)"
-+    include "level3(ralt_switch)"
- };
- 
- // Norwegian Dvorak
 @@ -221,7 +221,7 @@
      key <SPCE>  { [      space,    space,    nobreakspace,   nobreakspace ] };
      key <LSGT>  { [   ccedilla, Ccedilla      ] };

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-08-07 20:47:13 UTC (rev 506)
+++ trunk/debian/patches/series	2005-08-07 21:56:14 UTC (rev 507)
@@ -80,6 +80,7 @@
 general/084_xkb_implement_grp:sclk_toggle.diff -p0
 general/085_sessreg_implement_hostname_hashing.diff -p0
 general/086_fix_SEGV_in_ximcp.diff -p0
+general/087_xkb_no_altgr_wanted_with_dvorak.diff
 general/088_xkb_only_one_default_variant_gb.diff
 general/089_xkb_fix_symbols_pc_lt.diff -p0
 general/090_xkb_fix_uk_macintosh_problems.diff -p0



Reply to: