attrib "key" -> "shortcut", also fix #20

This commit is contained in:
airstruck
2016-01-03 01:18:04 -05:00
parent 3abcce1615
commit c73833337e
12 changed files with 98 additions and 90 deletions

View File

@@ -124,10 +124,10 @@
The cursor left a widget, and a button was pressed.
</li>
<li><span class="parameter">PressStart</span>
A pointer button or accelerator key was pressed.
A pointer button or keyboard shortcut was pressed.
</li>
<li><span class="parameter">PressEnd</span>
A pointer button or accelerator key was released.
A pointer button or keyboard shortcut was released.
</li>
<li><span class="parameter">PressDrag</span>
A pressed cursor moved; targets originating widget.

View File

@@ -106,7 +106,7 @@ to recalculate their size and position.</p>
</tr>
<tr>
<td class="name" nowrap><a href="#key">key</a></td>
<td class="summary">Keyboard accelerator.</td>
<td class="summary">Keyboard shortcut.</td>
</tr>
</table>
<h2><a href="#Size_Attributes">Size Attributes </a></h2>
@@ -362,7 +362,7 @@ its scroll position when the widget's contents overflow its boundary.
<strong>key</strong>
</dt>
<dd>
Keyboard accelerator. </p>
Keyboard shortcut. </p>
<p>Should contain a string representing a key and optional modifiers,
separated by dashes; for example <code>&apos;ctrl-c&apos;</code> or <code>&apos;alt-shift-escape&apos;</code>.</p>