]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/locale/en-US/cmdline.xml
finalize changelog for 7904
[dactyl.git] / common / locale / en-US / cmdline.xml
index 0ad333296d8fdd1aab1e97254da5aabd1c43bba0..4b53f7bcc5b4906be1c49af9af1c5df86223780b 100644 (file)
@@ -9,11 +9,11 @@
     xmlns="&xmlns.dactyl;"
     xmlns:html="&xmlns.html;">
 
-<h1 tag="command-line-mode command-line mode-cmdline">Command-line mode</h1>
+<h1 tag="command-line-mode command-line mode-cmdline">Command Line mode</h1>
 <toc start="2"/>
 
 <p>
-    &dactyl.appName;'s command-line mode is perhaps its most
+    &dactyl.appName;'s Command Line mode is perhaps its most
     powerful interface. In this mode, the command input bar at the
     bottom of the window is given the keyboard focus for any of a
     variety of required inputs. In addition to access to almost
@@ -27,9 +27,9 @@
 
 <p>
     Included among the several command-line modes are Ex command
-    mode (the standard mode for entering commands), find mode (for
-    searching the current page), prompt mode (for selecting files,
-    confirming actions), and hint mode (for selecting links and
+    mode (the standard mode for entering commands), Find mode (for
+    searching the current page), Prompt mode (for selecting files,
+    confirming actions), and Hints mode (for selecting links and
     other items on a page).
 </p>
 
@@ -60,7 +60,7 @@
     <tags><![CDATA[c_<C-c>]]></tags>
     <spec>&lt;C-c></spec>
     <description short="true">
-        <p>Quit Command-line mode without executing.</p>
+        <p>Quit Command Line mode without executing.</p>
     </description>
 </item>
 
@@ -73,7 +73,7 @@
 </item>
 
 <item>
-    <tags><![CDATA[c_<Up>]]></tags>
+    <tags><![CDATA[c_<A-p> c_<Up> c_<cmd-prev-match>]]></tags>
     <strut/>
     <spec>&lt;Up></spec>
     <description>
@@ -85,7 +85,7 @@
 </item>
 
 <item>
-    <tags><![CDATA[c_<Down>]]></tags>
+    <tags><![CDATA[c_<A-n> c_<Down> c_<cmd-next-match>]]></tags>
     <strut/>
     <spec>&lt;Down></spec>
     <description>
@@ -97,7 +97,7 @@
 </item>
 
 <item>
-    <tags><![CDATA[c_<C-p> c_<S-Up> c_<PageUp>]]></tags>
+    <tags><![CDATA[c_<C-p> c_<S-Up> c_<cmd-prev>]]></tags>
     <spec>&lt;S-Up></spec>
     <strut/>
     <spec>&lt;PageUp></spec>
 </item>
 
 <item>
-    <tags><![CDATA[c_<C-n> c_<S-Down> c_<PageDown>]]></tags>
+    <tags><![CDATA[c_<C-n> c_<S-Down> c_<cmd-next>]]></tags>
     <spec>&lt;S-Down></spec>
     <spec>&lt;PageDown></spec>
     <description>
 <h2 tag="cmdline-completion">Command-line completion</h2>
 
 <item>
-    <tags><![CDATA[c_<Tab>]]></tags>
+    <tags><![CDATA[c_<Tab> c_<compl-next>]]></tags>
     <strut/>
     <spec>&lt;Tab></spec>
     <description>
 </item>
 
 <item>
-    <tags><![CDATA[c_<S-Tab>]]></tags>
+    <tags><![CDATA[c_<S-Tab> c_<compl-prev>]]></tags>
     <strut/>
     <spec>&lt;S-Tab></spec>
     <description>
 </item>
 
 <item>
-    <tags><![CDATA[c_<A-Tab>]]></tags>
+    <tags><![CDATA[c_<A-Tab> c_<A-compl-next>]]></tags>
     <strut/>
     <spec>&lt;A-Tab></spec>
     <description>
 </item>
 
 <item>
-    <tags><![CDATA[c_<A-S-Tab>]]></tags>
+    <tags><![CDATA[c_<A-S-Tab> c_<A-compl-prev>]]></tags>
     <strut/>
     <spec>&lt;A-S-Tab></spec>
     <description>
     </description>
 </item>
 
+<item>
+    <tags><![CDATA[c_<A-f> c_<C-Tab> c_<compl-next-group>]]></tags>
+    <spec>&lt;C-Tab></spec>
+    <description>
+        <p>Select the next matching completion group.</p>
+    </description>
+</item>
+
+<item>
+    <tags><![CDATA[c_<A-S-F> c_<C-S-Tab> c_<compl-prev-group>]]></tags>
+    <spec>&lt;C-S-Tab></spec>
+    <description>
+        <p>Select the previous matching completion group.</p>
+    </description>
+</item>
+
+
 <h2 tag="cmdline-lines">Ex command lines</h2>
 
 <item>