CAPSLOCK: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary Tag: Reverted |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
: [[_CAPSLOCK]] {ON|OFF|_TOGGLE} | : [[_CAPSLOCK]] {ON|OFF|_TOGGLE} | ||
{{PageDescription}} | |||
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keyword not supported in Linux or macOS versions]]''' | |||
{{PageAvailability}} | {{PageAvailability}} | ||
<!-- QB64 = a version or none, QBPE = a version or all, Platforms = yes or no --> | |||
<gallery widths="48px" heights="48px" mode="nolines"> | |||
File:Qb64.png|'''v1.4''' | |||
File:Qbpe.png|'''all''' | |||
File:Apix.png | |||
File:Win.png|'''yes''' | |||
File:Lnx.png|'''no''' | |||
File:Osx.png|'''no''' | |||
</gallery> | |||
<!-- additional availability notes go below here --> | |||
Latest revision as of 18:09, 6 October 2024
The _CAPSLOCK statement sets the state of the Caps Lock key.
Syntax
- _CAPSLOCK {ON|OFF|_TOGGLE}
Description
Availability
See also
- _CAPSLOCK (function), _NUMLOCK (function), _SCROLLLOCK (function)
- _NUMLOCK (statement), _SCROLLLOCK (statement)