Cicode Programming Reference > Cicode Function Categories > Keyboard Functions | Cicode

Keyboard Functions

Following are functions relating to the keyboard:

KeyAllowCursor

Allows the command cursor to move to any AN or only to ANs that have commands defined.

KeyBs

Deletes the last character from the key command line.

KeyDown

Moves the command cursor down.

KeyGet

Gets the raw key code from the key command line.

KeyGetCursor

Gets the AN where the cursor is positioned.

KeyLeft

Moves the command cursor left.

KeyMove

Moves the command cursor in the requested direction.

KeyPeek

Gets a key from the key command line without removing the key.

KeyPut

Puts a raw key code into the key command line.

KeyPutStr

Puts a string into the key command line.

KeyReplay

Replays the last key sequence.

KeyReplayAll

Replays and executes the last key sequence.

KeyRight

Moves the command cursor right.

KeySetCursor

Moves the command cursor to a specified AN.

KeySetSeq

Adds a keyboard sequence at runtime.

KeyUp

Moves the command cursor up.

SendKeys

Sends a keystroke (or string of keystrokes) to a window.

See Also

Published June 2018