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