sanyaade-g2g-repos / key-mon

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

Shift and some other keys not working #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open key-mon and press undefined keys.

Please provide any additional information below.

I use Pardus 2011.1, 64 bit. My laptop is 
http://www.asus.com/Notebooks/Multimedia_Entertainment/N61Vg/ with Turkish 
keyboard layout.

I dont think for this is general bug. 
Key-mon is not showing shift key. I open key-mon with debug mod and press left 
shift and right shift. I get this messages 

mod_mapper.py [232]: DEBUG code Shift != KEY_SHiFT_L
mod_mapper.py [236]: INFO scancode: 42 name:'KEY_SHiFT_L' not found
key_mon.py [506]: INFO No mapping for scan_code 42
mod_mapper.py [232]: DEBUG code Shift != KEY_SHiFT_L
mod_mapper.py [236]: INFO scancode: 42 name:'KEY_SHiFT_L' not found
key_mon.py [506]: INFO No mapping for scan_code 42
mod_mapper.py [232]: DEBUG code Shift != KEY_SHiFT_R
mod_mapper.py [236]: INFO scancode: 54 name:'KEY_SHiFT_R' not found
key_mon.py [506]: INFO No mapping for scan_code 54
mod_mapper.py [232]: DEBUG code Shift != KEY_SHiFT_R
mod_mapper.py [236]: INFO scancode: 54 name:'KEY_SHiFT_R' not found
key_mon.py [506]: INFO No mapping for scan_code 54

Also i get similar error with some other keys. Are errors related with there is 
undefined scancodes for my Turkish keyboard layout?

And what is the possibility to add Turkish language? 

Thank you.

Original issue reported on code.google.com by vlyal...@gmail.com on 19 Aug 2011 at 5:30

GoogleCodeExporter commented 9 years ago
This has been fixed in repo but not yet released.

Original comment by livibet...@gmail.com on 19 Aug 2011 at 5:35