mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 06:05:46 +01:00
experimental attempt to keep you in command mode after loading pages
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,6 +1,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
2007-xx-xx:
|
2007-xx-xx:
|
||||||
* version 0.6
|
* version 0.6
|
||||||
|
* vimperator trys to stay in command mode after loading pages instead of having a text field focused
|
||||||
* added a visual bell and replaced 'beep' with 'visualbell'
|
* added a visual bell and replaced 'beep' with 'visualbell'
|
||||||
* added vimperator logo (can be seen in the addons manager)
|
* added vimperator logo (can be seen in the addons manager)
|
||||||
* added 'hlsearch','incsearch', 'ignorecase' and 'smartcase' options
|
* added 'hlsearch','incsearch', 'ignorecase' and 'smartcase' options
|
||||||
|
|||||||
@@ -230,9 +230,9 @@ function Events() //{{{
|
|||||||
// code which is only relevant if the page load is the current tab goes here:
|
// code which is only relevant if the page load is the current tab goes here:
|
||||||
if (doc == getBrowser().selectedBrowser.contentDocument)
|
if (doc == getBrowser().selectedBrowser.contentDocument)
|
||||||
{
|
{
|
||||||
/* none yet */
|
// we want to stay in command mode after a page has loaded
|
||||||
//vimperator.statusline.updateUrl();
|
// TODO: remember the last focused input widget, so we can go there with 'gi'
|
||||||
//logMessage("onpageLoad");
|
setTimeout(vimperator.focusContent, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user