]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/locale/en-US/various.xml
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / common / locale / en-US / various.xml
index 39d80dc018ac0f802cd880e840f6babd3404eaa9..e54bec3fc99a63039ad88eec97671ddc6e38667f 100644 (file)
@@ -87,7 +87,7 @@
 </item>
 
 <item>
-    <tags><![CDATA[<redraw-screen> <C-l> CTRL-L :redr :redraw]]></tags>
+    <tags><![CDATA[<redraw-screen> <C-l> :redr :redraw]]></tags>
     <strut/>
     <spec>:redr<oa>aw</oa></spec>
     <description>
 </item>
 
 <item>
-    <tags><![CDATA[<Insert> i]]></tags>
+    <tags><![CDATA[<Insert>]]> i caret-mode visual-mode</tags>
     <strut/>
     <spec>i</spec>
     <description>
         <p>
-            Start Caret mode. This mode resembles the Vim's Normal mode where
-            the text cursor is visible on the web page. The <k link="false">v</k> key
-            enters Visual mode, where text is selected as the cursor moves.
+            Start Caret mode. This mode resembles Vim's Normal mode where the
+            text cursor is visible on the web page. The <k mode="caret">v</k>
+            key enters Visual mode, where text is selected as the cursor moves.
+        </p>
+        <p>
+            You can see all mappings effective in Caret or Visual mode using
+            the <ex>:listkeys</ex> command.
         </p>
     </description>
 </item>