Martin Karlsson [2009-11-10 10:02 -0000]: > Fn+Fx works for all kombinations except F5 and F6 which outputs nothing.
Since there are neither input nor ACPI events for this, this is a bug in the kernel. > In other words, Fn+F4 seems to be working, it outputs this: > scan code: 0xC01BC key code: messenger > And that's the correct assigned function for the combination. OK, good. > Although, I can't enter the combination in the Keyboard Shortcuts > program. Any ideas about that? $ grep MESSENGER /usr/include/linux/input.h #define KEY_MESSENGER 0x1ae /* AL Instant Messaging */ The keycode is larger than 255, which X.org currently cannot handle. So you cannot actually use this key right now, I'm afraid. (Well, other applications like LIRC (remote control for e. g. mythtv) can). > I was going to experiment with the keymaps file, but it seems to me > that's mostly for laptops since it's based on system vendor/product. > That doesn't really apply with this external keyboard, does it? Right. I recently added a block for external USB keyboards to the development version of udev, but this is not in Ubuntu 9.10 yet: http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob_plain;f=extras/keymap/95-keymap.rules;hb=HEAD But it seems that we can't actually do anything in the keymaps right now, since other keys work and Fn+F5/F6 need to be fixed in the kernel. Thanks! -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) ** Summary changed: - Some Logitech Illuminated keyboard hotkeys doesn't work + Logitech Illuminated keyboard: Fn + F5/F6 do not produce input event ** Package changed: udev (Ubuntu) => linux (Ubuntu) ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Changed in: linux (Ubuntu) Assignee: Martin Pitt (pitti) => (unassigned) ** Tags added: hotkeys -- Logitech Illuminated keyboard: Fn + F5/F6 do not produce input event https://bugs.launchpad.net/bugs/337461 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