mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-21 13:21:25 +02:00
Melodactyl naming fixes 2.
--HG-- rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
<dt>StreamPause</dt> <dd>Triggered after a stream has paused</dd>
|
||||
<dt>StreamEnd</dt> <dd>Triggered after a stream has ended</dd>
|
||||
<dt>StreamStop</dt> <dd>Triggered after a stream has stopped</dd>
|
||||
<dt>XulmusEnter</dt> <dd>Triggered after Songbird starts</dd>
|
||||
<dt>XulmusLeavePre</dt><dd>Triggered before exiting Songbird, just before destroying each module</dd>
|
||||
<dt>XulmusLeave</dt> <dd>Triggered before exiting Songbird</dd>
|
||||
<dt>Enter</dt> <dd>Triggered after Songbird starts</dd>
|
||||
<dt>LeavePre</dt> <dd>Triggered before exiting Songbird, just before destroying each module</dd>
|
||||
<dt>Leave</dt> <dd>Triggered before exiting Songbird</dd>
|
||||
</dl>
|
||||
|
||||
<dl tag="autocommand-args" replace="autocommand-args">
|
||||
|
||||
@@ -82,7 +82,7 @@ text editor.
|
||||
|
||||
<h2 tag="features">Features</h2>
|
||||
|
||||
<!-- TODO: make Xulmus specific -->
|
||||
<!-- TODO: make Melodactyl specific -->
|
||||
<ul>
|
||||
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>k</k>, <k>l</k>, <k>gg</k>, <k>G</k>, <k>0</k>, <k>$</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
|
||||
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, ...)</li>
|
||||
@@ -91,7 +91,7 @@ text editor.
|
||||
<li>Advanced completion of bookmark and history URLs (searching also in title, not only URL)</li>
|
||||
<li>Vim-like statusline with a Wget-like progress bar</li>
|
||||
<li>Minimal GUI (easily hide useless menubar and toolbar with <ex>:set guioptions=</ex>)</li>
|
||||
<li>Ability to <ex>:source</ex> JavaScript files, and to use a [a]~/.xulmusrc[a] file with syntax highlighting if you install http://code.google.com/p/pentadactyl-labs/issues/detail?id=50[xulmus.vim]</li>
|
||||
<li>Ability to <ex>:source</ex> JavaScript files, and to use a [a]~/.melodactylrc[a] file with syntax highlighting if you install http://code.google.com/p/pentadactyl-labs/issues/detail?id=50[melodactyl.vim]</li>
|
||||
<li>Easy quick searches (<ex>:open foo</ex> will search for "foo" in google, <ex>:open ebay terminator</ex> will search for "terminator" on ebay) with support for &dactyl.host; keyword bookmarks and search engines</li>
|
||||
<li>Count supported for many commands (<em>3</em><k name="C-o"/> will go back 3 pages)</li>
|
||||
<li>Beep on errors</li>
|
||||
@@ -119,7 +119,7 @@ text editor.
|
||||
<link topic="http://code.google.com/p/dactyl/wiki/FAQ">
|
||||
frequently asked questions (FAQ)</link>.
|
||||
Make sure, you have read the
|
||||
<link topic="http://dactyl.googlecode.com/hg/xulmus/TODO">TODO</link>
|
||||
<link topic="http://dactyl.googlecode.com/hg/melodactyl/TODO">TODO</link>
|
||||
file first, as we are aware of many things which can be improved
|
||||
when we find time for it or receive patches.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user