Bug#463373: xkb-data: Patch resolving the issue

2008-12-29 Thread Itaï BEN YAACOV
Package: xkb-data
Version: 1.4-1
Followup-For: Bug #463373




Yes, that patch also resolves the issue.



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

Kernel: Linux 2.6.26-1-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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#463373: xkb-data: Patch resolving the issue

2008-06-03 Thread Mohammed Adnène Trojette
On Thu, May 01, 2008, Itaï BEN YAACOV wrote:
 I attach a patch with which alts_toggle works again.

Please could you have a look at
http://bugs.freedesktop.org/show_bug.cgi?id=16164 and comment on it?
(trying the patch there)

-- 
Mohammed Adnène Trojette



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463373: xkb-data: Patch resolving the issue

2008-05-01 Thread Itaï BEN YAACOV
Package: xkb-data
Version: 1.2~cvs.20080501.1-1
Followup-For: Bug #463373


I attach a patch with which alts_toggle works again.

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

Kernel: Linux 2.6.24-1-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
Index: xkb-data/symbols/group
===
--- xkb-data.orig/symbols/group 2007-09-26 13:43:48.0 +0200
+++ xkb-data/symbols/group  2008-04-08 23:34:40.0 +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
 };