The table below gives the key sequences associated with commands and their function.
Key Sequence |
Command |
Description |
---|---|---|
*BS |
KeyBS() |
Backspace over the current key |
DOWN |
KeyDown() |
Move the cursor down |
PGDN |
PagePrev() |
Display the previous page |
PGUP |
PageNext() |
Display the next page |
RIGHT |
KeyRight() |
Move the cursor right |
UP |
KeyUp() |
Move the cursor up |
Usually you can override a predefined command by configuring a new command in your project with the same key sequence. The only command that you cannot override is the *BS command, as this sequence is a hotkey used to remove the last key from the key command line.
Note: Do not modify the Include Project. Your changes to the Include project will be lost when you reinstall CitectSCADA or upgrade to a new version.