mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:34:11 +01:00
Unify Control key notation in the documentation.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user