Macro | Description | Key |
_pwbuser1 | Run custom Run menu command 1 | [[ALT+Fn]] |
_pwbuser2 | . | [[ALT+Fn]] |
_pwbuser3 | . | [[ALT+Fn]] |
_pwbuser4 | . | [[ALT+Fn]] |
_pwbuser5 | . | [[ALT+Fn]] |
_pwbuser6 | . | [[ALT+Fn]] |
_pwbuser7 | . | [[ALT+Fn]] |
_pwbuser8 | . | [[ALT+Fn]] |
_pwbuser9 | Run custom Run menu command 9 | [[ALT+Fn]] |
Run command
command
Title of custom Run menu item.
The _pwbusern macros execute custom commands in the Run menu.
To add a new command to the Run menu, use the Customize Run Menu command or assign a value to the User switch.
_pwbusern := cancel arg "n" usercmd <
Cancel
Establishes a uniform “ground state” canceling any selection or argument.
Arg "n" Usercmd
Executes custom run menu item number n.
<
Restores the function's prompt (if any). By default, function prompts are suppressed while a macro is running.
_pwbuser1 := cancel arg "1" usercmd <
This macro executes custom Run menu command number 1.
Arg, Cancel, Usercmd