[Vimperator] plugin: auto ignore key (version 0.5.3)
Martin Stubenschrott
stubenschrott at gmx.net
Sun Feb 3 10:29:38 PST 2008
On Sat, Feb 02, 2008 at 10:21:11PM +0900, M.Terada wrote:
> Hi
>
> vimperator is very useful.
> But vimperator spoils the key navigation of the web pages like gmail.
> So I press Shift-i which ignore vimperator key navigation, and use the page.
> That's a bother.
>
> So I coded vimperator plugin for version 0.5.3
Cool, i added it to the homepage, as I am sure a lot of gmail users will
reall want this, as it was already often requested.
For 0.6pre, something like that should already work:
:autocmd PageLoad .* :js modes.passAllKeys = /orf\.at/.test(buffer.URL)
although we really should also add a ContentLoaded event and other
tabselect, LocationChange events and document them.
Thanks for the script however, great to have that in 0.5.3;
--
Martin
PS: The vimperator API will probably change again slightly _before_ 0.6
is released, hopefully then it will be more stable, and scripts won't
need to be updated so often anymore. I am really sorry for that, but
promise to make the API more stable post 0.6.
More information about the Vimperator
mailing list