Pyhook crashes when it tries to interpret the window name as ASCII
If you save the keyboard events to some txt file...You can't differentiate between capital and small letters
Fixed attribute name bug
Can confirm. This also causes an error when the object is deleted.
Hi, what is it you can't understand. It's a long time a struggled with this. I actually left a pyhook implementation and used pure Python implementation using ctypes and user32.dll library. You can find my hook for global keyboard shortcuts listening here https://github.com/m1lhaus/woofer/blob/master/components/winkeyhook.py
Hi, i can't understand. Please give me more details Milan Herbig
hi I need add unicde support. but i cant. What is "We could use the user32.ToUnicode(Ex)"? and where is?
KeyboardSwitch and MouseSwitch "missing required positional arguments"
wrong attribute name in HookManager class(line 255)
Extended Ascii accent problem
maybe ToAsciiEx GetKeyboardState
any body? help? maybe i now how do what.. i think rus eng ascii it just offset, example...
if you change the language ( keyboard layout ) it is not clear what was entered.....
msg is definitely an int according to type() but it's still throwing this error....
msg is definitely an int according to type() but it's still throwing this error....
msg is definitely an int according to type() but it's still throwing this error....
https://sourceforge.net/p/pyhook/bugs/1/#5a83 This fixed the bug for me, thanks ...
I have tried just about every compiler all of them fail to import the pyHook module....
Hi, I found this bug today. I also have non-english keyboard, czech keyboard concretely....
Hi, It also happens with spanish accents isntead of 'á' it is writting '´´a'. I propose...
Same here on Win 7 x64
I confirm having the exact same problem. Anyway to work around it? (and thanks for...