in reply to Re: Win32::GuiTest IsKeyPressed function
in thread Win32::GuiTest IsKeyPressed function
Try 'F1'. The special keys work in older versions of Win32::GuiTest.
The code to allow IsKeyPressed to understand a parameter of 'A' was added in version 1.50.2-ad. You probably are running 1.3. Try this to see:
See my reply to Grandfather, above, for the correct table of special keys that work with 1.3.perl -MWin32::GuiTest -wle print($Win32::GuiTest::VERSION)
|
|---|