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-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2008-05-30 Thread Itaï BEN YAACOV
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.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
 };



-- 
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
 };


Bug#463373: xkb-data: grp:alts_toggle broken

2008-01-31 Thread Itaï BEN YAACOV
Package: xkb-data
Version: 1.1~cvs.20080104.1-1
Severity: normal


Ever since 1.1~cvs.20080104.1-1 grp:alts_toggle does not work any more, as in:

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout us(intl),il
Option  XkbOptionsgrp:alts_toggle
EndSection

Installing xkb-data_1.0~cvs.20070916-1ubuntu1_all.deb saves the day.

Cheers,
Itai.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, '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



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