Majination

Joined: 18 Jul 2003 Posts: 8 Location: Northern Calif.
|
Posted: Wed Oct 22, 2003 5:39 am Post subject: QuickTabkey Navigation |
|
|
Here are two commands that I absolutely cannot live without. At first glance it might sound silly, but these are two of the most important custom commands that I have. I absolutely cannot stand to continuously say "Tab Key" or "Shift Tab" over and over again while navigating through web pages or options in a window. These two commands are extremely useful, making navigation QUICK!
If you are on a web page and the link you want is four links away, simply say "Tab Four" and you are there. Then just say "Enter Key" and you've launched that page. If it is seven links away, say "Tab Seven". This is a huge time saver, and in many cases more convenient than using the MouseGrid. To travel backward use "Shift Tab Five", or however many links you want to travel.
You can add these via the Vocabulary Manager, or from the Voice Menu.
Word Name: [Tab <Number/1 to 40>]
Vocabulary Group: System/Global Commands
| Code: | | Sendkeys "{Tab "+_1_to_40_1+"}",1 |
Word Name: [Shift Tab <Number/1 to 40>]
Vocabulary Group: System/Global Commands
| Code: | | Sendkeys "{Shift+Tab "+_1_to_40_1+"}",1 |
|
|