1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 18:12:26 +01:00

Update macro related documentation to remove reference to registers 0-9.

These are no longer available for recording.  The restriction seems rather
arbitrary so they may return.

Fixes issue #1103.
This commit is contained in:
Doug Kearns
2014-03-06 04:06:33 +11:00
parent 9653c379e4
commit e49996ae3c

View File

@@ -46,11 +46,11 @@
<item>
<tags>&lt;record-macro> q</tags>
<strut/>
<spec>q<a>0-9a-zA-Z</a></spec>
<spec>q<a>a-zA-Z</a></spec>
<description>
<p>
Record a key sequence as a macro. Available macros are
<a>0-9a-zA-Z</a>. If the macro is an uppercase letter, the
<a>a-zA-Z</a>. If the macro is an uppercase letter, the
recorded keys are appended to the lowercase macro of the same
name. Typing <k>q</k> again stops the recording.
</p>
@@ -82,10 +82,10 @@
<item>
<tags>&lt;play-macro> @</tags>
<spec><oa>count</oa>@<a>a-z0-9</a></spec>
<spec><oa>count</oa>@<a>a-z</a></spec>
<description>
<p>
Plays the contents of macro with name <a>a-z0-9</a> <oa>count</oa>
Plays the contents of macro with name <a>a-z</a> <oa>count</oa>
times.
</p>
</description>