mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 01:05:46 +01:00
Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.
This commit is contained in:
@@ -194,7 +194,7 @@ const Events = Module("events", {
|
||||
* Replays a macro.
|
||||
*
|
||||
* @param {string} The name of the macro to replay.
|
||||
* @return {boolean}
|
||||
* @returns {boolean}
|
||||
*/
|
||||
playMacro: function (macro) {
|
||||
let res = false;
|
||||
@@ -411,7 +411,7 @@ const Events = Module("events", {
|
||||
* <S-@> where @ is a non-case-changable, non-space character.
|
||||
*
|
||||
* @param {string} keys The string to parse.
|
||||
* @return {Array[Object]}
|
||||
* @returns {Array[Object]}
|
||||
*/
|
||||
fromString: function (input) {
|
||||
let out = [];
|
||||
|
||||
Reference in New Issue
Block a user