1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 07:51:30 +02:00

move macro related commands and mappings to repeat.txt

This commit is contained in:
Doug Kearns
2008-05-29 20:34:21 +00:00
parent c18b594d6e
commit 4d3519c0a5
7 changed files with 62 additions and 83 deletions
+19 -4
View File
@@ -9,25 +9,40 @@ section:Macros[macros]
|q|
||q {arg}|| +
____________________________________________________________________________
Record a key sequence into a macro.
Available macros are {0-9a-zA-Z} (uppercase to append).
Type 'q' to stop recording.
____________________________________________________________________________
|:macros| +
||:mac[ros] [regex]||
________________________________________________________________________________
List recorded macros matching the optional regular expression. If no regex is
given, list all.
________________________________________________________________________________
|:delmac| |:delmacros|
||:delmac[ros] [regex]|| +
________________________________________________________________________________
Delete recorded macros matching a regular expression.
________________________________________________________________________________
|@| |@@| |:play|
||[count]@ {arg}|| +
||[count]@@|| +
||:play {arg}|| +
||:pl[ay] {arg}|| +
____________________________________________________________________________
Plays the contents of macro {0-9a-z}.
Plays the contents of macro {0-9a-z}.
@@ replays a previous executed macro.
:play {arg} plays a recorded macro.
____________________________________________________________________________
section:Profiling[profiling]
section:Profiling[profile,profiling]
:time ...