Comment 4 for bug 1152377

Revision history for this message
Götz Christ (g-christ) wrote :

(There is already a "Favorites" key, which I think matches better with KEY_BOOKMARKS).

Nothing changes with the replaced 95-keymap.rules file, when the keyboard is connected with USB, without or with the replaced file (and unplug/replug the keyboard). The behavior is different than when connected with the USB to PS/2 adapter. There is an odd behavior, "finance" brings the context menu, "config" pastes the clip board content, "shop" does a left mouse click, some old keys which work with PS/2, like "Media", don't work direct with USB.

I can match the keys with PS/2, using for example:
  $ sudo /lib/udev/keymap input/event2 0x93 finance

But when connected with USB:
  $ sudo /lib/udev/keymap input/event3 0x93 finance
  EVIOCSKEYCODE: Invalid argument
  setting scancode 0x93 to key code 219 failed

Also, when using "sudo /usr/lib/udev/keymap -i input/event3" (USB connection) it doesn't show the scan codes (e.g. the context menu appears), it only does when connected with PS/2. I'm not sure what to do.