mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 00:25:45 +01:00
Canonicalize map body.
This commit is contained in:
@@ -214,7 +214,7 @@ function Mappings() //{{{
|
|||||||
function (count) { events.feedkeys((count > 1 ? count : "") + this.rhs, this.noremap, this.silent); },
|
function (count) { events.feedkeys((count > 1 ? count : "") + this.rhs, this.noremap, this.silent); },
|
||||||
{
|
{
|
||||||
flags: Mappings.flags.COUNT,
|
flags: Mappings.flags.COUNT,
|
||||||
rhs: rhs,
|
rhs: events.canonicalKeys(rhs),
|
||||||
noremap: !!noremap,
|
noremap: !!noremap,
|
||||||
silent: "<silent>" in args
|
silent: "<silent>" in args
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user