1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 00:02:27 +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> <item>
<tags>&lt;record-macro> q</tags> <tags>&lt;record-macro> q</tags>
<strut/> <strut/>
<spec>q<a>0-9a-zA-Z</a></spec> <spec>q<a>a-zA-Z</a></spec>
<description> <description>
<p> <p>
Record a key sequence as a macro. Available macros are 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 recorded keys are appended to the lowercase macro of the same
name. Typing <k>q</k> again stops the recording. name. Typing <k>q</k> again stops the recording.
</p> </p>
@@ -82,10 +82,10 @@
<item> <item>
<tags>&lt;play-macro> @</tags> <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> <description>
<p> <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. times.
</p> </p>
</description> </description>