Thanks. There was no output from evemu-record when I pressed the macro keys. The keyboard itself locks up and doesn't send any more key press signals (I have to unplug it from the usb port and plug it in again). I tried writing a hid driver and the kernel calls back the event handler function in my driver for normal key presses. But when I hit a macro key it, that signal doesn't make it to my event handler in the driver. Anyway I'll guess I'll keep investigating.
On Mon, Jan 4, 2016 at 4:31 PM, Peter Hutterer <peter.hutte...@who-t.net> wrote: > On Fri, Jan 01, 2016 at 02:28:36PM +1100, Sashan Govender wrote: > > HI > > > > I have a Cougar 700k keyboard and it X doesn't register the special keys > > pressed. The keys G1 to G6 and the FN key don't generate KeyPress events > in > > xev. How do I configure this? Or is this a lower level problem? > > check with evemu-record if the keys are visible. If not, then it's a kernel > problem. If the keys are visible but have a scancode of >255, then you're > hitting the keycode limit: > https://bugs.freedesktop.org/show_bug.cgi?id=11227 > > Cheers, > Peter >
_______________________________________________ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s