1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 05:45:47 +01:00

Add [d and ]d.

This commit is contained in:
Kris Maglione
2011-08-07 21:36:01 -04:00
parent 3aa12ba117
commit cb1d409c3e
4 changed files with 86 additions and 39 deletions

View File

@@ -291,6 +291,26 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<tags><![CDATA[[d]]></tags>
<spec><oa>count</oa>[d</spec>
<description>
<p>
Go to the <oa>count</oa>th previous domain in the history stack.
</p>
</description>
</item>
<item>
<tags><![CDATA[]d]]></tags>
<spec><oa>count</oa>]d</spec>
<description>
<p>
Go to the <oa>count</oa>th next domain in the history stack.
</p>
</description>
</item>
<item>
<tags><![CDATA[<C-o>]]></tags>
<spec><oa>count</oa>&lt;C-o></spec>