in reply to Re: Win32::GuiTest IsKeyPressed function
in thread Win32::GuiTest IsKeyPressed function

I have the only thing in the documentation on that function is what follows
IsKeyPressed($key) Wrapper around the GetAsyncKeyState API function. Returns TRUE if the +user presses the specified key. IsKeyPressed("ESC"); IsKeyPressed("A"); IsKeyPressed("DOWN");
According to it, all of these should work.