I'm trying to set up a very simple macro for someone to scan a sequence of webpages in different domains. I thought I could use WaitKeyDown to control the flow. According to the Help "WaitKeyDown>VK101 - waits for virtual key code 101 (Numpad 5) to be pressed" so I thought something like this test should work but it just passes from one message to the next without waiting. What am I doing wrong?
MessageModal>Start
WaitKeyDown>VK101
MessageModal>One
WaitKeyDown>VK101
MessageModal>Two
WaitKeyDown>VK101
MessageModal>Three
WaitKeyDown>VK101
MessageModal>That's all folks
How does WaitKeyDown> Work?
Moderators: JRL, Dorian (MJT support)
WKD>VK101 works fine for me. In fact the numlock has to be on or I get nothing when I press "5". But in any case it definitely waits between messages until the key is pressed.
Maybe try a simpler key. VK32 is the space bar. or try a character key.
WaitKeyDown>a
Sorry I don't have a better answer.
Dick
Maybe try a simpler key. VK32 is the space bar. or try a character key.
WaitKeyDown>a
Sorry I don't have a better answer.
Dick