1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 13:54:12 +01:00

Get rid of a lot of special casing in the event loops. Merge default.

--HG--
branch : mode-refactoring
This commit is contained in:
Kris Maglione
2010-10-10 15:19:27 -04:00
parent c977268278
commit d7ff35c565
13 changed files with 129 additions and 159 deletions

View File

@@ -48,7 +48,7 @@
common modes,
</p>
<dl>
<dl dt="width: 8em;">
<dt>n</dt> <dd>Normal mode: When browsing normally</dd>
<dt>v</dt> <dd>Visual mode: When selecting text with the cursor keys</dd>
<dt>i</dt> <dd>Insert mode: When interacting with text fields on a website</dd>
@@ -108,7 +108,7 @@
Any of the map commands may be given the following options:
</p>
<dl>
<dl dt="width: 12em;">
<dt></dt> <dd></dd>
<dt>-builtin</dt> <dd>Execute this mapping as if there were no user-defined mappings (short name <em>-b</em>)</dd>
@@ -303,7 +303,7 @@
sequences are interpreted as described,
</p>
<dl>
<dl dt="width: 10em;">
<dt><k>xc</k></dt>
<dd>Type the X key followed by the C key</dd>