1
0
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:
Martin Stubenschrott
2007-10-27 00:52:01 +00:00
parent 95fbbac537
commit 3b82de8c35
5 changed files with 160 additions and 0 deletions

View File

@@ -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);
}
}
}