The easiest thing to do is follow the instructions here:

   http://ahkscript.org/docs/KeyList.htm#SpecialKeys

And use the keyboard hook to report the keystrokes. Then, you can use

   https://github.com/t4ngo/dragonfly

To do all the key re-mapping. by the way, the dragonfly source code has all the ctypes calls to interact with the keyboard. Just about every key and key combination you can think of is in there.

I hope that helps.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to