When the keylogger is running dead keys are modified.
Reprodution:
- set your keyboard layout to US International.
- Type ~a
- the keylogger logs ã (which is correct), the running app shows ~~a, which is quite annoying.
The bug appears to be in the PyHook module that is being used by pykeylogger, so the only way to fix it is to fix that module. I haven't yet had the time to learn how to play with it (it's written with SWIG and C)...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1173666
Originator: NO
Thanks for submitting this feature request.
For cross reference, this problem is already filed as a bug in the bug tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1677363&group_id=147501&atid=768629
The bug appears to be in the PyHook module that is being used by pykeylogger, so the only way to fix it is to fix that module. I haven't yet had the time to learn how to play with it (it's written with SWIG and C)...