Hi, I apparently have a stubborn application I'm trying to use Macro Scheduler with. There's a particular screen where I need to execute a CTRL-down arrow. Here's the syntax I'm using:
Press CTRL
Wait>1
Press Down
Wait>1
Release CTRL
When I play back, my application doesn't seem to recognize the CTRL - I've read about the issues with Citrix and using the CTRL key, so I tried setting the variable SK_LEGACY=1, but no luck there.
Any advice would be appreciated.
Gordon Jones
Need help with CTRL
Moderators: JRL, Dorian (MJT support)
Perhaps it wants specifically the right control key or the left one:
Press LCTRL
Press Down
Release LCTRL
Or
Press RCTRL
Press Down
Release RCTRL
Press LCTRL
Press Down
Release LCTRL
Or
Press RCTRL
Press Down
Release RCTRL
MJT Net Support
[email protected]
[email protected]
-
- Newbie
- Posts: 5
- Joined: Tue Jul 26, 2005 3:24 am