Page 1 of 1

Shift + Tab

Posted: Wed Sep 17, 2008 8:32 am
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

Shift + Tab

Posted: Wed Sep 17, 2008 9:11 am
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})