[python-win32] How can I use GetKeyboardLayout in python?

2008-08-23 Thread Dror Cohen
Hi everybody, for a long time I'm trying to get my current typing language in windows. At the moment I'm thinking about using either GetKeyboardLayout or ITfInputProcessorProfiles that holds the *GetCurrentLanguagefunction. It seems

[python-win32] How to get the current active language in which I'm typing in windows.

2008-07-14 Thread Dror Cohen
and this is the only thing I found fitting - http://msdn.microsoft.com/en-us/library/ms628562(VS.85).aspx I've asked how to use it on the Tutor mailing list and this is the answer I got from a very nice fellow Maybe it could help you understand what I've got so far - " Dror Cohen w