DADiSP Worksheet Functions > Function Categories > Macro and Command File Functions > COMMAND FILE KEYSTROKES
Special characters to represent non-standard keystrokes in command files.
Keystrokes |
Description |
@BACK_SPACE |
Backspace deletes previous character |
@CNTL_DN |
Cntrl-Down Arrow |
@CNTL_END |
Cntrl-End |
@CNTL_HOME |
Cntrl-Home |
@CNTL_LF |
Cntrl-Left Arrow |
@CNTL_PG_DN |
Cntrl-Page Down |
@CNTL_PG_UP |
Cntrl-Page Up |
@CNTL_UP |
Cntrl- Up |
@CR |
Carriage Return ([Enter]) |
@DEL |
Delete |
@DN |
Down Arrow |
@END |
End |
@ESC |
Escape |
@F1 |
F1 Function Key |
@F2 |
F2 Function Key |
@F3 |
F3 Function Key |
@F4 |
F4 Function Key |
@F5 |
F5 Function Key |
@F6 |
F6 Function Key |
@F7 |
F7 Function Key |
@F8 |
F8 Function Key |
@F9 |
F9 Function Key |
@F10 |
F10 Function Key |
@HOME |
Home |
@INS |
Insert |
@LF |
Left Arrow |
@PG_DN |
Page Down |
@PG_UP |
Page Up |
@RT |
Right Arrow |
@SP |
Spacebar |
@UP |
Up Arrow |
! |
Comment |
Discussion of Command Files in Developer’s Guide