1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/_NUMLOCK.txt
2021-04-25 19:40:25 -03:00

20 lines
492 B
Plaintext

{{DISPLAYTITLE: _NUMLOCK}}
The [[_NUMLOCK]] statement sets the state of the Num Lock key.
{{PageSyntax}}
: [[_NUMLOCK]] {ON|OFF|_TOGGLE}
{{PageAvailability}}
* Version 1.4 and up.
* [[Keywords_currently_not_supported_by_QB64#Keywords_Not_Supported_in_Linux_or_MAC_OSX_versions|Not available in Linux or macOS]].
{{PageSeeAlso}}
* [[_CAPSLOCK (function)]], [[_NUMLOCK (function)]], [[_SCROLLLOCK (function)]]
* [[_CAPSLOCK]] (statement), [[_SCROLLLOCK]] (statement)
{{PageNavigation}}