mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 09:54:13 +01:00
Add macro utility bindings. Add named aliases for some mappings.
--HG-- branch : key-processing
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<h2 tag="buffer-information">Buffer information</h2>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<C-g>]]></tags>
|
||||
<tags><![CDATA[<page-info> <C-g>]]></tags>
|
||||
<strut/>
|
||||
<spec><C-g></spec>
|
||||
<description>
|
||||
@@ -35,7 +35,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[g<C-g>]]></tags>
|
||||
<tags><![CDATA[<more-page-info> g<C-g>]]></tags>
|
||||
<spec>g<C-g></spec>
|
||||
<description short="true">
|
||||
<p>Print file information. Same as <ex>:pa<oa>geinfo</oa></ex>.</p>
|
||||
@@ -95,7 +95,7 @@
|
||||
<h2 tag="motion scrolling">Motion commands</h2>
|
||||
|
||||
<item>
|
||||
<tags>^ 0</tags>
|
||||
<tags><scroll-begin> ^ 0</tags>
|
||||
<strut/>
|
||||
<spec>0</spec>
|
||||
<description>
|
||||
@@ -107,7 +107,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>$</tags>
|
||||
<tags><scroll-end> $</tags>
|
||||
<spec>$</spec>
|
||||
<description short="true">
|
||||
<p>Scroll to the absolute right of the document</p>
|
||||
@@ -140,7 +140,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>N%</tags>
|
||||
<tags><scroll-percent> N%</tags>
|
||||
<spec><a>count</a>%</spec>
|
||||
<description short="true">
|
||||
<p>Scroll to <a>count</a> percent of the document.</p>
|
||||
@@ -148,7 +148,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<Left> h]]></tags>
|
||||
<tags><![CDATA[<scroll-column-left> <Left> h]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>h</spec>
|
||||
<description>
|
||||
@@ -160,7 +160,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<C-e> <Down> j]]></tags>
|
||||
<tags><![CDATA[<scroll-line-down> <C-e> <Down> j]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>j</spec>
|
||||
<description>
|
||||
@@ -172,7 +172,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<C-y> <Up> k]]></tags>
|
||||
<tags><![CDATA[<scroll-line-up> <C-y> <Up> k]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>k</spec>
|
||||
<description>
|
||||
@@ -184,7 +184,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<Right> l]]></tags>
|
||||
<tags><![CDATA[<scroll-column-right> <Right> l]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>l</spec>
|
||||
<description>
|
||||
@@ -196,7 +196,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<C-d>]]></tags>
|
||||
<tags><![CDATA[<scroll-down> <C-d>]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa><C-d></spec>
|
||||
<description>
|
||||
@@ -209,7 +209,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<C-u>]]></tags>
|
||||
<tags><![CDATA[<scroll-up> <C-u>]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa><C-u></spec>
|
||||
<description>
|
||||
@@ -222,7 +222,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<S-Space> <PageUp> <C-b>]]></tags>
|
||||
<tags><![CDATA[<scroll-page-up> <S-Space> <PageUp> <C-b>]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa><C-b></spec>
|
||||
<description>
|
||||
@@ -234,7 +234,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[<Space> <PageDown> <C-f>]]></tags>
|
||||
<tags><![CDATA[<scroll-page-down> <Space> <PageDown> <C-f>]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa><C-f></spec>
|
||||
<description>
|
||||
@@ -264,7 +264,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>gi</tags>
|
||||
<tags><focus-input> gi</tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>gi</spec>
|
||||
<description>
|
||||
@@ -277,7 +277,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>]f</tags>
|
||||
<tags><next-frame> ]f</tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>]f</spec>
|
||||
<description>
|
||||
@@ -290,7 +290,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>[f</tags>
|
||||
<tags><previous-frame> [f</tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>[f</spec>
|
||||
<description>
|
||||
@@ -303,7 +303,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>]]</tags>
|
||||
<tags><next-page> ]]</tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>]]</spec>
|
||||
<description>
|
||||
@@ -316,7 +316,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>[[</tags>
|
||||
<tags><previous-page> [[</tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>[[</spec>
|
||||
<description>
|
||||
@@ -361,7 +361,7 @@
|
||||
</note>
|
||||
|
||||
<item>
|
||||
<tags>+ zi</tags>
|
||||
<tags><![CDATA[<text-zoom-in> + zi]]></tags>
|
||||
<spec><oa>count</oa>zi</spec>
|
||||
<description short="true">
|
||||
<p>Enlarge text zoom of current web page. Mnemonic: zoom in.</p>
|
||||
@@ -369,7 +369,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>zm</tags>
|
||||
<tags><![CDATA[<text-zoom-more> zm]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>zm</spec>
|
||||
<description>
|
||||
@@ -378,7 +378,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>- zo</tags>
|
||||
<tags><![CDATA[<text-zoom-out> - zo]]></tags>
|
||||
<spec><oa>count</oa>zo</spec>
|
||||
<description short="true">
|
||||
<p>Reduce text zoom of current web page. Mnemonic: zoom out.</p>
|
||||
@@ -386,7 +386,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>zr</tags>
|
||||
<tags><![CDATA[<text-zoom-reduce> zr]]></tags>
|
||||
<spec><oa>count</oa>zr</spec>
|
||||
<description short="true">
|
||||
<p>Reduce text zoom of current web page by a larger amount. Mnemonic: zoom reduce.</p>
|
||||
@@ -394,7 +394,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>zz</tags>
|
||||
<tags><![CDATA[<text-zoom> zz]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>zz</spec>
|
||||
<description>
|
||||
@@ -407,7 +407,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>ZI zI</tags>
|
||||
<tags><![CDATA[<full-zoom-in> ZI zI]]></tags>
|
||||
<spec><oa>count</oa>ZI</spec>
|
||||
<description short="true">
|
||||
<p>Enlarge full zoom of current web page. Mnemonic: zoom in.</p>
|
||||
@@ -415,7 +415,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>ZM zM</tags>
|
||||
<tags><![CDATA[<full-zoom-more> ZM zM]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>ZM</spec>
|
||||
<description>
|
||||
@@ -424,7 +424,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>ZO zO</tags>
|
||||
<tags><![CDATA[<full-zoom-out> ZO zO]]></tags>
|
||||
<spec><oa>count</oa>ZO</spec>
|
||||
<description short="true">
|
||||
<p>Reduce full zoom of current web page. Mnemonic: zoom out.</p>
|
||||
@@ -432,7 +432,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>ZR zR</tags>
|
||||
<tags><![CDATA[<full-zoom-reduce> ZR zR]]></tags>
|
||||
<spec><oa>count</oa>ZR</spec>
|
||||
<description short="true">
|
||||
<p>Reduce full zoom of current web page by a larger amount. Mnemonic: zoom reduce.</p>
|
||||
@@ -440,7 +440,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>zZ</tags>
|
||||
<tags><![CDATA[<full-zoom> zZ]]></tags>
|
||||
<strut/>
|
||||
<spec><oa>count</oa>zZ</spec>
|
||||
<description>
|
||||
@@ -489,7 +489,7 @@
|
||||
</p>
|
||||
|
||||
<item>
|
||||
<tags>y</tags>
|
||||
<tags><yank-location> y</tags>
|
||||
<spec>y</spec>
|
||||
<description short="true">
|
||||
<p>Yank current location to the clipboard.</p>
|
||||
@@ -497,7 +497,7 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>Y</tags>
|
||||
<tags><yank-word> Y</tags>
|
||||
<spec>Y</spec>
|
||||
<description short="true">
|
||||
<p>Copy currently selected text to the system clipboard.</p>
|
||||
|
||||
Reference in New Issue
Block a user