Bar.Keys
Description
- Readies bar to receive keys.
Syntax
Parameters
- barname
- (string) name of the target PowerPro bar
Keystrokes
- left arrow
- move to next button
- right arrow
- move to previous button
- up arrow
- move to next row in multi-row bar
- down arrow
- move to previous row in multi-row bar
- esc
- return mouse cursor to position preceding the Bar.Keys() command
- enter
- left-click current button
- ctrl+enter
- show config dialog
- L
- left-click current button
- M
- middle-click current button
- R
- right-click current button
- tab
- move to next button
- home
- move to first button
- end
- move to last button
Examples
- Bar.Keys("myBar")
- Moves the mouse to the start of the bar named "myBar".