forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommandChar.lcdoc
More file actions
29 lines (19 loc) · 789 Bytes
/
Copy pathcommandChar.lcdoc
File metadata and controls
29 lines (19 loc) · 789 Bytes
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
Name: commandChar
Type: property
Syntax: set the commandChar of <menuItem> to <character>
Summary:
Has no effect and is included in <LiveCode> for compatibility with
imported <HyperCard> <stacks>.
Introduced: 1.0
OS: ios, android
Platforms: desktop, server, mobile
Description:
In HyperCard, the <commandChar> <property> determines the Command
<key combination> for a <menu item>.
A handler can set the <commandChar> to any <value> without causing a
<error|script error>, but the actual Command <key combination> is not
changed.
References: stacks (function), value (function), property (glossary),
LiveCode (glossary), key combination (glossary), HyperCard (glossary),
error (glossary), menu item (glossary), menuItem (keyword),
markChar (property), acceleratorKey (property)