I have a fresh install of Ubuntu 16.04 LTS and a Cougar 200k keyboard.
As far as I can tell all keys and functions are working, except the two Ctrl keys.
Not having Ctrl keys kinda sucks ;)
Any ideas?
UPDATES:
- Both Ctrl keys act like additional Shift keys
- Tried this code(https://bitbucket.org/Swoogan/aziokbd), but it didn't solve the problem
- -- Did the blacklist as described for aziokbd, but it did not solve the problem.
- Tested the keycodes using showkey and xev: Ctrl, Shift, and Alt all have the same keycode. showkey returns 42, and xev returns 50
sudo showkey
and hold Ctrl (ether one). What happens? – jawtheshark Aug 30 '16 at 12:01usbhid.quirks=0x0c45:0x7603:0x4
must match the ID given for your keyboard bylsusb
. – jawtheshark Aug 30 '16 at 12:36I just did the blacklist, but to no effect.
– Dennis Eckmeier Aug 30 '16 at 13:07xmodmap
. I don't have my Ubuntu here at the moment to give you the full solution, but see my answer here. Just find the correct number of the actual control keys (usingxev
maybe) and map them accordingly. – Aug 30 '16 at 14:33