mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 18:15:46 +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
|
* @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
|
* 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
|
* @param {boolean} silent Whether the command should be echoed to the
|
||||||
* command line.
|
* command line.
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
|
|||||||
Reference in New Issue
Block a user