Displaying 1 result from an estimated 1 matches for "xf86launch5".
2008 May 04
1
Logitech G11 keyboard under wine
...some extra keys - about 21 extra keys.
Under Linux with the use of g15daemon and using the 'logitech_g15' XkbModel, all keys are working and can be mapped to keyboard shortcuts under gnome for example.
Pressing the key G2 under xev outputs the following:
keycode 152 (keysym 0x1008ff45, XF86Launch5)
Unfortunatelly under wine the applications don't see these keys. Runing notepad as:
WINEDEBUG=+keyboard wine notepad.exe
I get the following when I press the same key:
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X1...