1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-18 07:23:34 +01:00

Unify Control key notation in the documentation.

This commit is contained in:
Štěpán Němec
2010-11-20 15:38:49 +01:00
parent 6e4e3162c9
commit 45a4e74e3d
3 changed files with 21 additions and 21 deletions

View File

@@ -76,10 +76,10 @@
<dt>b or <k name="PageUp"/></dt> <dd>back a screen</dd>
<dt>g</dt> <dd>back to the start</dd>
<dt/><dd/>
<dt>q, <k name="Esc"/> or CTRL-C</dt> <dd>stop the listing</dd>
<dt>q, <k name="Esc"/> or <k name="C-c"></k></dt> <dd>stop the listing</dd>
<dt>:</dt> <dd>stop the listing and enter a command line</dd>
<dt>;</dt> <dd>start an <t>extended-hints</t> command</dd>
<dt><k name="C-Y"/></dt> <dd>yank (copy) a modeless selection to the clipboard</dd>
<dt><k name="C-y"/></dt> <dd>yank (copy) a modeless selection to the clipboard</dd>
</dl>
</document>