mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 12:04:12 +01:00
Unify Control key notation in the documentation.
This commit is contained in:
@@ -21,7 +21,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[pass-through <C-z> CTRL-Z]]></tags>
|
||||
<spec>CTRL-Z</spec>
|
||||
<spec><C-z></spec>
|
||||
<description>
|
||||
<p>
|
||||
Pass all keys except for <k name="Esc"/> directly to
|
||||
@@ -34,7 +34,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[send-key <C-v> CTRL-V]]></tags>
|
||||
<spec>CTRL-V</spec>
|
||||
<spec><C-v></spec>
|
||||
<description>
|
||||
<p>
|
||||
Pass the next key press directly to &dactyl.host;.
|
||||
@@ -251,7 +251,7 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
<tags><![CDATA[H <C-o> CTRL-O :ba :back]]></tags>
|
||||
<spec>:<oa>count</oa>ba<oa>ck</oa> <oa>url</oa></spec>
|
||||
<spec>:ba<oa>ck</oa>!</spec>
|
||||
<spec>CTRL-o</spec>
|
||||
<spec><C-o></spec>
|
||||
<description>
|
||||
<p>
|
||||
Go <oa>count</oa> pages back in the browser history. If
|
||||
@@ -263,10 +263,10 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[L <C-i> CTRL-i :fo :fw :forward]]></tags>
|
||||
<tags><![CDATA[L <C-i> CTRL-I :fo :fw :forward]]></tags>
|
||||
<spec>:<oa>count</oa>fo<oa>rward</oa> <oa>url</oa></spec>
|
||||
<spec>:fo<oa>rward</oa>!</spec>
|
||||
<spec>CTRL-i</spec>
|
||||
<spec><C-i></spec>
|
||||
<description>
|
||||
<p>
|
||||
Go <oa>count</oa> pages forward in the browser history.
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-w>]]></tags>
|
||||
<spec><Ctrl-w></spec>
|
||||
<tags><![CDATA[i_<C-w>]]></tags>
|
||||
<spec><C-w></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Delete the previous word.
|
||||
@@ -69,8 +69,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-u>]]></tags>
|
||||
<spec><Ctrl-u></spec>
|
||||
<tags><![CDATA[i_<C-u>]]></tags>
|
||||
<spec><C-u></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Delete until the beginning of the current line.
|
||||
@@ -79,8 +79,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-k>]]></tags>
|
||||
<spec><Ctrl-k></spec>
|
||||
<tags><![CDATA[i_<C-k>]]></tags>
|
||||
<spec><C-k></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Delete until the end of the current line.
|
||||
@@ -89,8 +89,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-a>]]></tags>
|
||||
<spec><Ctrl-a></spec>
|
||||
<tags><![CDATA[i_<C-a>]]></tags>
|
||||
<spec><C-a></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Move cursor to the beginning of the current line.
|
||||
@@ -99,8 +99,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-e>]]></tags>
|
||||
<spec><Ctrl-e></spec>
|
||||
<tags><![CDATA[i_<C-e>]]></tags>
|
||||
<spec><C-e></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Move cursor to the end of the current line.
|
||||
@@ -109,8 +109,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-h>]]></tags>
|
||||
<spec><Ctrl-h></spec>
|
||||
<tags><![CDATA[i_<C-h>]]></tags>
|
||||
<spec><C-h></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Delete the character to the left.
|
||||
@@ -119,8 +119,8 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[i_<Ctrl-d>]]></tags>
|
||||
<spec><Ctrl-d></spec>
|
||||
<tags><![CDATA[i_<C-d>]]></tags>
|
||||
<spec><C-d></spec>
|
||||
<description short="true">
|
||||
<p>
|
||||
Delete the character to the right.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user