1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 05:55:46 +01:00

macro-dump.js update

This commit is contained in:
Marco Candrian
2008-03-24 19:25:53 +00:00
parent cdc2b78bdb
commit 6a8204b403

View File

@@ -6,7 +6,13 @@ Vimperator can repeat a number of commands or record macros...
section:Macros[+++macros+++]
TO BE WRITTEN...
q {arg}
record a keysequence into a macro
Available macros are {0-9a-zA-Z} (uppercase to append).type 'q' to stop recording.
q
[count]@ {arg}
Execute the contents of macro {0-9a-z}. @@ repeats the previous @{0-9a-z}
@
section:Profiling[profiling]