Reassigning to udev, since keymaps are handled in /lib/udev/keymaps for
Ubuntu 9.10.

Please note that the zoom-plus and zoom-minus keys will /not/ be visible
as X keysyms, because their keycodes are mapped above 255 in evdev and X
has a protocol limit on the number of keysyms it can handle; so xev will
not help with debugging this.

$ grep -i zoom /usr/include/linux/input.h 
#define KEY_ZOOM                0x174
#define KEY_ZOOMIN              0x1a2   /* AC Zoom In */
#define KEY_ZOOMOUT             0x1a3   /* AC Zoom Out */
#define KEY_ZOOMRESET           0x1a4   /* AC Zoom */
$ grep -i shuffle /usr/include/linux/input.h 
#define KEY_SHUFFLE             0x19a
$

However, we should certainly fix it so that the zoom keys do *not*
register as brightness up/down keys.

Can you please provide the output of 'lsusb -v' for this system?  That
should be the last piece of information needed in order to have these
keys mapped correctly by default.

For more information about keymapping in udev, see
/usr/share/doc/udev/README.keymap.txt.

** Package changed: hotkey-setup (Ubuntu) => udev (Ubuntu)

** Changed in: udev (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- Some hotkeys not working for logitech s510 keyboard
+ zoom-plus, zoom-minus keys not mapped correctly for logitech s510 keyboard

-- 
zoom-plus, zoom-minus keys not mapped correctly for logitech s510 keyboard
https://bugs.launchpad.net/bugs/259244
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to