mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 19:35:45 +01:00
Removed comment: yeah, feedkeys still needs that noremap arg
This commit is contained in:
@@ -59,7 +59,7 @@ vimperator.Map = function (modes, cmds, action, extraInfo) //{{{
|
|||||||
this.shortHelp = extraInfo.shortHelp || null;
|
this.shortHelp = extraInfo.shortHelp || null;
|
||||||
|
|
||||||
this.rhs = extraInfo.rhs || null;
|
this.rhs = extraInfo.rhs || null;
|
||||||
this.noremap = extraInfo.noremap || false; // XXX: needed for mkv; providing feedkeys true/false still neded?
|
this.noremap = extraInfo.noremap || false;
|
||||||
|
|
||||||
// TODO: are these limited to HINTS mode?
|
// TODO: are these limited to HINTS mode?
|
||||||
// Only set for hints maps
|
// Only set for hints maps
|
||||||
|
|||||||
Reference in New Issue
Block a user