Hello,
Based on your example, please try following series of keystrokes,
[ALT DOWN]][ALT UP][RIGHT ARROW][RIGHT ARROW][DOWN ARROW][DOWN ARROW]
You can edit your task after recording according to your requirement. What we suggest is, bifurcate a long single keystroke into several small keystrokes. Also, insert delay in between the keystrokes. This would give sufficient time to execute each action and hence task will run flawlessly.
For e.g. above single long keystroke can be bifurcated like this,
Keystrokes: [ALT DOWN][ALT UP] in "Window title"
Delay : [200ms]
Keystrokes: [RIGHT ARROW][RIGHT ARROW] in "Window title"
Delay : [200ms]
Keystrokes: [DOWN ARROW][DOWN ARROW] in "Window title"
Alternatively, you can also use shortcut keys, for e.g. to select 'Save As' option under File menu, you can use keyboard shortcut, Alt+f followed letter 'a'. Text format of command would appear as follows,
Keystrokes: [ALT DOWN]f[ALT UP]a in "Window title"
Hope that helps. |