diff options
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/browsing.xml | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml index 0e0c4075..4b249c57 100644 --- a/common/locale/en-US/browsing.xml +++ b/common/locale/en-US/browsing.xml @@ -264,10 +264,9 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to <h2 tag="navigating">Navigating</h2> <item> - <tags><![CDATA[H <C-o> CTRL-O :ba :back]]></tags> + <tags><![CDATA[H CTRL-O :ba :back]]></tags> <spec>:<oa>count</oa>ba<oa>ck</oa> <oa>url</oa></spec> <spec>:ba<oa>ck</oa>!</spec> - <spec><oa>count</oa><C-o></spec> <description> <p> Go <oa>count</oa> pages back in the browser history. If @@ -279,10 +278,9 @@ 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 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><oa>count</oa><C-i></spec> <description> <p> Go <oa>count</oa> pages forward in the browser history. @@ -294,6 +292,26 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to </item> <item> + <tags><![CDATA[<C-o>]]></tags> + <spec><oa>count</oa><C-o></spec> + <description> + <p> + Go <oa>count</oa> steps back in the jumps stack. + </p> + </description> +</item> + +<item> + <tags><![CDATA[<C-i>]]></tags> + <spec><oa>count</oa><C-i></spec> + <description> + <p> + Go <oa>count</oa> steps forward in the jumps stack. + </p> + </description> +</item> + +<item> <tags>:ju :jumps</tags> <spec>:ju<oa>mps</oa></spec> <description> |