1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 15:25:13 +00:00
qb64/internal/help/_NUMLOCK.md

16 lines
475 B
Markdown

The [_NUMLOCK](_NUMLOCK) statement sets the state of the Num Lock key.
## Syntax
> [_NUMLOCK](_NUMLOCK) {ON|OFF|_TOGGLE}
## Availability
* Version 1.4 and up.
* [Keywords currently not supported](Keywords-currently-not-supported-by-QB64).
## See Also
* [_CAPSLOCK (function)](_CAPSLOCK-(function)), [_NUMLOCK (function)](_NUMLOCK-(function)), [_SCROLLLOCK (function)](_SCROLLLOCK-(function))
* [_CAPSLOCK](_CAPSLOCK) (statement), [_SCROLLLOCK](_SCROLLLOCK) (statement)