Caps Lock State on Windows

census census at no-email.de
Fri Dec 11 17:39:48 EST 2009


N3wCr4Zy wrote:

> how to i get Caps Lock state (on/off) on windows with win32api?

public static extern short GetKeyState(int keyCode)
in user32.dll



More information about the Python-list mailing list