Skip to content

Commit 699e63f

Browse files
cvrebertarthurvr
authored andcommitted
1 parent 31d2ab4 commit 699e63f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entries/event.metaKey.xml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<longdesc>
99
<p>Returns a boolean value (<code>true</code> or <code>false</code>) that indicates whether or not the <kbd>META</kbd> key was pressed at the time the event fired.
1010
This key might map to an alternative key name on some platforms.</p>
11+
<p>On Macintosh keyboards, the <kbd>META</kbd> key maps to the <a href="http://en.wikipedia.org/wiki/Command_key">Command key (⌘)</a>.</p>
12+
<p>On Windows keyboards, the <kbd>META</kbd> key maps to the <a href="http://en.wikipedia.org/wiki/Windows_key">Windows key</a>.</p>
1113
</longdesc>
1214
<example>
1315
<desc>Determine whether the META key was pressed when the event fired.</desc>

0 commit comments

Comments
 (0)