mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 00:27:58 +01:00
Added g; continued extended hint mode. ;F is now g;b.
This commit is contained in:
@@ -685,7 +685,7 @@ const CommandLine = Module("commandline", {
|
||||
extra = extra || {};
|
||||
|
||||
this._input = {
|
||||
submit: callback,
|
||||
submit: callback || extra.onAccept,
|
||||
change: extra.onChange,
|
||||
complete: extra.completer,
|
||||
cancel: extra.onCancel
|
||||
@@ -924,7 +924,7 @@ const CommandLine = Module("commandline", {
|
||||
if (this._startHints) {
|
||||
statusline.updateInputBuffer("");
|
||||
this._startHints = false;
|
||||
hints.show(key, undefined, win);
|
||||
hints.show(key, { window: win });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user