_CAPSLOCK - QB64Official/qb64 GitHub Wiki
The _CAPSLOCK statement sets the state of the Caps Lock key.
Syntax
_CAPSLOCK {ON|OFF|_TOGGLE}
Availability
- Version 1.4 and up.
- Keywords currently not supported.
See Also
- _CAPSLOCK (function), _NUMLOCK (function), _SCROLLLOCK (function)
- _NUMLOCK (statement), _SCROLLLOCK (statement)