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

Bug#483687: xkb-data: "grp:alts_toggle" correction patch



Package: xkb-data
Version: 1.3-1
Severity: normal
Tags: patch



I attach a patch for correcting a problem with "grp:alts_toggle" and "grp:ctrls_toggle" options.  This problem is present ever since version 1.1.





-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information

*** build/xkb/xkeyboard-config-1.3/debian/patches/repair_toggle.diff
Index: xkb-data/symbols/group
===================================================================
--- xkb-data.orig/symbols/group	2007-09-26 13:43:48.000000000 +0200
+++ xkb-data/symbols/group	2008-04-08 23:34:40.000000000 +0200
@@ -232,12 +232,12 @@
 xkb_symbols "ctrls_toggle" {
   virtual_modifiers LControl, RControl;
     key <LCTL> {
-	type[Group1]="PC_RCONTROL_LEVEL2",
+	type[Group1]="PC_CONTROL_LEVEL2",
 	symbols[Group1]= [ NoSymbol,	ISO_Prev_Group ],
 	virtualMods= LControl
     };
     key <RCTL> {
-	type[Group1]="PC_LCONTROL_LEVEL2",
+	type[Group1]="PC_CONTROL_LEVEL2",
 	symbols[Group1]= [ NoSymbol,	ISO_Next_Group ],
 	virtualMods= RControl
     };
@@ -248,12 +248,12 @@
 xkb_symbols "alts_toggle" {
   virtual_modifiers LAlt, RAlt;
     key <LALT> {
-	type[Group1]="PC_RALT_LEVEL2",
+	type[Group1]="PC_ALT_LEVEL2",
 	symbols[Group1]= [ NoSymbol,	ISO_Prev_Group ],
 	virtualMods= LAlt
     };
     key <RALT> {
-	type[Group1]="PC_LALT_LEVEL2",
+	type[Group1]="PC_ALT_LEVEL2",
 	symbols[Group1]= [ NoSymbol,	ISO_Next_Group ],
 	virtualMods= RAlt
     };



Reply to: