mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 09:35:46 +01:00
Fix some crap. Closes issue #145.
This commit is contained in:
@@ -419,7 +419,7 @@ const Mappings = Module("mappings", {
|
||||
arguments: [map.names[0]],
|
||||
literalArg: map.rhs
|
||||
}
|
||||
for (map in this._mappingsIterator(modes, this._user))
|
||||
for (map in mappings._mappingsIterator(modes, mappings._user))
|
||||
if (map.rhs && map.noremap == noremap && !isMultiMode(map, this.name))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user