_NUMLOCK (function)
Revision as of 21:42, 19 January 2020 by imported>Odin
The _NUMLOCK function returns the current state of the Num Lock key as on (-1) or off (0).
Syntax
- keyStatus%% = _NUMLOCK
Availability
- Version 1.4 and up.
- Not available in Linux or macOS.
See also
- _CAPSLOCK (function), _SCROLLLOCK (function)
- _CAPSLOCK (statement), _NUMLOCK (statement), _SCROLLLOCK (statement)