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

Add tests for dead help links. Fix some minor bugs. Show error when trying to modify a builtin group rather than failing silently.

This commit is contained in:
Kris Maglione
2011-02-21 16:22:30 -05:00
parent d62c93aef0
commit 234f50bce8
18 changed files with 92 additions and 50 deletions

View File

@@ -26,11 +26,12 @@
regain these by issuing the command
</p>
<set opt="go+"><str delim="">mTB</str><k name="CR"/></set>
<set opt="go" op="+="><str delim="">mTB</str><k name="CR"/></set>
<p>
where <k name="CR"/> represents pressing the <k name="Enter"/> or <k name="Return"/> key.
If you're a veteran Vim user, this may look familiar. It should.
where <k name="CR"/> represents pressing the <k name="Enter" link="false"/>
or <k name="Return" link="false"/> key. If you're a veteran Vim user, this
may look familiar. It should.
</p>
<p>
@@ -143,7 +144,7 @@
</dl>
<p>
Your standard buttons (<k name="Up"/>/<k name="Down"/>/<k name="PgUp"/>/<k name="PgDn"/>) will
Your standard buttons (<k name="Up"/>/<k name="Down"/>/<k name="PageUp"/>/<k name="PageDown"/>) will
also work as expected.
</p>