mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 07:45:45 +01:00
new :pageinfo command (thanks calmar)
This commit is contained in:
@@ -231,6 +231,12 @@ vimperator.Events = function() //{{{
|
||||
// FIXME: this currently causes window map events which is _very_ annoying
|
||||
// we want to stay in command mode after a page has loaded
|
||||
//setTimeout(vimperator.focusContent, 10);
|
||||
// setTimeout(function() {
|
||||
// if (doc.commandDispatcher.focusedElement)
|
||||
// doc.commandDispatcher.focusedElement.blur();
|
||||
// alert(doc.commandDispatcher.focusedElement);
|
||||
// }, 1000);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user