Package: xkb-data Version: 0.8-5 Severity: normal Tags: patch Hi,
In usr/share/X11/xkb/symbols/inet, XF86AudioRaiseVolume is defined twice in xkb_symbols "logitech_base": .... key <I24> { [ XF86AudioStop ] }; key <I2E> { [ XF86AudioLowerVolume ] }; key <I30> { [ XF86AudioRaiseVolume ] }; key <I32> { [ XF86HomePage ] }; ... This prevents the key to work with Gnome. The attached patch fixes the problem. I use the logiinkse keyboard definition. Regards Jean-Luc -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-k8-8 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- no debconf information
--- usr/share/X11/xkb/symbols/inet.orig 2006-04-20 18:39:12.049766640 +0200 +++ usr/share/X11/xkb/symbols/inet 2006-04-20 18:39:25.210651193 +0200 @@ -1089,7 +1089,6 @@ key <I22> { [ XF86AudioPlay, XF86AudioPause ] }; key <I24> { [ XF86AudioStop ] }; key <I2E> { [ XF86AudioLowerVolume ] }; - key <I2F> { [ XF86AudioRaiseVolume ] }; key <I30> { [ XF86AudioRaiseVolume ] }; key <I32> { [ XF86HomePage ] }; key <I3B> { [ XF86New ] };