mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 16:35:45 +01:00
* Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.
* Also a new attempt that pages don't have input focus after load, probably buggy as well
This commit is contained in:
@@ -396,6 +396,7 @@ vimperator.CommandLine = function () //{{{
|
||||
return;
|
||||
|
||||
var key = vimperator.events.toString(event);
|
||||
// dump("command line handling key: " + key + "\n");
|
||||
|
||||
// user pressed ENTER to carry out a command
|
||||
// user pressing ESCAPE is handled in the global onEscape
|
||||
@@ -410,7 +411,6 @@ vimperator.CommandLine = function () //{{{
|
||||
return vimperator.triggerCallback("submit", mode, command);
|
||||
}
|
||||
|
||||
|
||||
// user pressed UP or DOWN arrow to cycle history completion
|
||||
else if (key == "<Up>" || key == "<Down>")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user