1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:12:27 +01:00

Canonicalize map body.

This commit is contained in:
Conrad Irwin
2009-06-07 02:36:56 +01:00
parent 64e2adfe87
commit 834acb2776

View File

@@ -214,7 +214,7 @@ function Mappings() //{{{
function (count) { events.feedkeys((count > 1 ? count : "") + this.rhs, this.noremap, this.silent); },
{
flags: Mappings.flags.COUNT,
rhs: rhs,
rhs: events.canonicalKeys(rhs),
noremap: !!noremap,
silent: "<silent>" in args
});