1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 20:22:29 +01:00

Minor clarification of events.feedkeys API docs.

This commit is contained in:
Doug Kearns
2011-01-31 22:56:32 +11:00
parent 97186c8bff
commit cf79af7148

View File

@@ -499,7 +499,8 @@ var Events = Module("events", {
* @param {string} keys A string like "2<C-f>" to push onto the event
* queue. If you want "<" to be taken literally, prepend it with a
* "\\".
* @param {boolean} noremap Allow recursive mappings.
* @param {boolean} noremap Whether recursive mappings should be
* disallowed.
* @param {boolean} silent Whether the command should be echoed to the
* command line.
* @returns {boolean}