1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 21:04:20 +01:00

Minor fixes in :h key-notation.

This commit is contained in:
Štěpán Němec
2010-11-03 11:35:42 +01:00
parent 24add5296b
commit d76a90882d

View File

@@ -278,7 +278,7 @@
return key. return key.
</li> </li>
<li><k name="BS"/> represents the backspace key.</li> <li><k name="BS"/> represents the backspace key.</li>
<li><k name="F1"/> through <k name="F12"/> work as expected</li> <li><k name="F1"/> through <k name="F12"/> work as expected.</li>
<li> <li>
<k name="K0"/> through <k name="K9"/> represent keys on the <k name="K0"/> through <k name="K9"/> represent keys on the
numeric keypad. numeric keypad.
@@ -298,21 +298,26 @@
<ol> <ol>
<li><k name="C-␣"/>: The control or ctrl key.</li> <li><k name="C-␣"/>: The control or ctrl key.</li>
<li><k name="A-␣"/>: The alt key.</li> <li><k name="A-␣"/>: The alt key.</li>
<li><k name="M-␣"/>: The meta key, windows key, or command key</li> <li><k name="M-␣"/>: The meta key, windows key, or command key.</li>
<li><k name="S-␣"/>: The shift key.</li> <li><k name="S-␣"/>: The shift key.</li>
</ol> </ol>
<p> <p>
These prefixes man be combined however you see fit, though you These prefixes can be combined however you see fit.
should note that within angle brackets all alphabetic characters </p>
are read as lowercase. Uppercase characters can only be
specified with the <em>S-</em> modifier. The following key <note>
sequences are interpreted as described, Within angle brackets all alphabetic characters are read as lowercase.
Uppercase characters can only be specified with the <em>S-</em> modifier.
</note>
<p>
The following key sequences are interpreted as described:
</p> </p>
<dl dt="width: 10em;"> <dl dt="width: 10em;">
<dt><k>xc</k></dt> <dt><k>xc</k></dt>
<dd>Type the X key followed by the C key</dd> <dd>Type the X key followed by the C key.</dd>
<dt><k name="C-x">c</k></dt> <dt><k name="C-x">c</k></dt>
<dd> <dd>