forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapsLockKey.xml
More file actions
43 lines (43 loc) · 1.16 KB
/
Copy pathcapsLockKey.xml
File metadata and controls
43 lines (43 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<doc>
<legacy_id>2455</legacy_id>
<name>capsLockKey</name>
<type>function</type>
<syntax>
<example>the capsLockKey</example>
<example>capsLockKey()</example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>User Interaction</category>
</classification>
<references>
<function tag="keysDown">keysDown Function</function>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<summary><glossary tag="return">Returns</glossary> the state of the Caps Lock key.</summary>
<examples>
<example>the capsLockKey</example>
<example>if the capsLockKey is down then exit repeat</example>
</examples>
<description>
<p>Use the <b>capsLockKey</b> function to check whether the Caps Lock key is locked down.</p><p/><p><b>Value:</b></p><p>The <b>capsLockKey</b> function <glossary tag="return">returns</glossary> down if the key is locked down and up if it's not.</p>
</description>
</doc>