mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 22:52:28 +01:00
clean up HACKING file a little, and rename canonKeys method
This commit is contained in:
@@ -863,7 +863,7 @@ function Events() //{{{
|
||||
yield match[0];
|
||||
},
|
||||
|
||||
canonKeys: function (keys)
|
||||
canonicalKeys: function (keys)
|
||||
{
|
||||
var res = util.map(events.splitKeys(keys), function (key) {
|
||||
let keyCode = 0;
|
||||
|
||||
Reference in New Issue
Block a user