holtzermann17 / key-mon

Automatically exported from code.google.com/p/key-mon
Apache License 2.0
0 stars 0 forks source link

Several keys are not monitored #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start key-mon
2. Press one of the keys described below
3. They are not monitored

Please provide any additional information below.

On my Thinkpad T60, with Ubuntu 10.04, several keys are not monitored:
- F11 and F12 (all other function keys work fine)
- Num 3 (all other Numpad keys work fine)
- The right ALT key (called AltGr)
- The function key (Fn) is monitored as "WakeUp"

Original issue reported on code.google.com by Ailuru...@gmail.com on 29 Jul 2010 at 11:13

GoogleCodeExporter commented 9 years ago
So the good news is I have a T400 with the same problems so it'll be easy for 
me to fix.
However I don't have the AltGr key, and my right Alt key is working fine.
So I created a help page on what you can do to help me fix this.

http://code.google.com/p/key-mon/wiki/BadKeys?ts=1280527071&updated=BadKey

Thanks for your help.

Original comment by scottaki...@gmail.com on 30 Jul 2010 at 9:58

GoogleCodeExporter commented 9 years ago
Ok, I executed the Python script. This is the output (only copied the value:1 
events, value:0 events occurred as well):

F11 type:EV_KEY scancode:87 code:KEY_L1 value:1
F12 type:EV_KEY scancode:88 code:KEY_L2 value:1

Num3 type:EV_KEY scancode:81 code:KEY_KP_PAGE_DOWN value:1

AltGr type:EV_KEY scancode:100 code:KEY_ALT_R value:1

Function key (Fn) type:EV_KEY scancode:143 code:KEY_WAKEUP value:1

Original comment by Ailuru...@gmail.com on 1 Aug 2010 at 10:59

GoogleCodeExporter commented 9 years ago
Fixed in repository.  Still need to make a release.

Original comment by scottaki...@gmail.com on 2 Aug 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Hi, thanks for fixing most of the keys. Only AltGr still doesn't work, it isn't 
monitored.

Original comment by Ailuru...@gmail.com on 2 Aug 2010 at 11:08