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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user