1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 00:34:12 +01:00

Fix dactyl:link topic attribute URI scheme matching conflicting with :excmds.

This commit is contained in:
Štěpán Němec
2011-03-13 09:04:25 +01:00
parent 3d09a0e843
commit 308f1b86dc
2 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@
<li>Quick and powerful <link topic="hints">keyboard navigation</link> for links, input fields, etc.</li>
<li>Vim-like <link topic="status-line">status line</link></li>
<li>Keyboard <t>macros</t>, along with custom key mappings and commands</li>
<li>Minimal GUI, along with commands to <link href=":toolbarhide">hide</link> and <link href=":toolbartoggle">toggle</link> toolbars and menus</li>
<li>Minimal GUI, along with commands to <link topic=":toolbarhide">hide</link> and <link topic=":toolbartoggle">toggle</link> toolbars and menus</li>
<li>Ability to <ex>:source</ex> JavaScript, CSS, and &dactyl.appName; command files</li>
<li>Ability to <link topic="marks">mark</link> the current page position and return to it</li>
<li>Count support for many commands (<tt>3</tt><k name="C-o"/> will go back <tt>3</tt> pages)</li>