mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:12:25 +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:
@@ -46,11 +46,11 @@
|
|||||||
<item>
|
<item>
|
||||||
<tags><record-macro> q</tags>
|
<tags><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><play-macro> @</tags>
|
<tags><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>
|
||||||
|
|||||||
Reference in New Issue
Block a user