Shift + Tab

Discuss RoboTask here
Post Reply
gkunz
Posts: 2
Joined: Wed Sep 17, 2008 8:26 am
Location: United States

Shift + Tab

Post by gkunz »

Hello,
I am trying to send the key combination Shift + Tab, to move backwards in fields. The keystroke combination box / emulate key press - won't accept this combination.
How is this done?
Thanks
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Shift + Tab

Post by Oleg »

Just insert this into key sequence
+({TAB})

Ctrt - ^(<Letter>) , e.g. Ctrl-S -> ^(S)
Alt - %(<Letter>) , e.g. Alt-W -> %(W)
Shift - +(<Letter>) , e.g. Shift-W -> +(W)
Win - #(<Letter>) , e.g. Win-E -> #(E)

Tab key - {TAB}
Thus, Shift-Tab will be +({TAB})
Post Reply