pyHook example.py brakes windows dead keys mechanisme

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin P. Hellwig

    #1

    pyHook example.py brakes windows dead keys mechanisme

    Hi all,

    I noticed that the "dead keys"* mechanism (XPSP2 NL, keyboard map US,
    input language Dutch) doesn't work when running the pyHooks (python 241)
    example.
    Instead of ö ("o) I immediately get ""o.
    If I close the pyHooks example the expected behavior returns.

    Is there a way how I can get both working at the same time?


    --
    mph


    * typing " prints nothing <the dead key>, when continuing with o the
    character ö is printed, the same mechanimse applies for ' ~ ` in
    combination with most of the letters e.g. e(éëè), n(ñ), o(óõö) and c(ç).
Working...