📱 BLE MODE
Quote Types
Style | Example | Best For |
---|---|---|
"double" | writeLn "multi word text" | Standard text/phrases |
'single' | writeLn 'another value' | Alternative text quoting |
`back` | writeLn `special$chars` | Code/commands with symbols |
Keyboard Commands
The supported keys are different for BLE and HID mode! Be aware.
Description: Prints the provided text as keyboard input.
Syntax:
Example:
Miscellaneous Commands
Description: Pauses execution for a specified amount of milliseconds.
Syntax:
Example:
Automation Commands
Description: Monitors a specific keyboard state (CapsLock, NumLock, or ScrollLock) and waits for it to change. The function will break out of the loop when the desired state change is detected.
Supported Keys:
capslock
,numlock
,scrolllock
Syntax:
Example:
Valid Command Usage
Invalid Command Usage
Always verify your command syntax. When in doubt, enclose arguments in quotes.