Re: [Vimprobable-users] Automatic INSERT through mouse clicks without Javascript
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Daniel C. <dan...@gm...> - 2011-11-04 08:47:08
|
Hi Hannes! On Fri, Nov 04, 2011 at 08:54:30AM +0100, Hannes Schüller wrote: > Daniel Carl <dan...@gm...> wrote: > > Is there a way to combine both features, activate insert mode only on > > request (click, hint) and to leave insertmode if form field leaves > > the focus, also if javascript is disabled? > > Isn't this the behaviour after applying the patch? At the moment vimprobable keeps in insert mode also if a form was submitted. To reproduce: - open google.com - klick into search input ant type 'vimprobable' - press enter to perform the search (with kilch oh search button it works) - when the searchresult appear, vimprobable is still in insert mode and movement keystrokes doesn't work I think we can switch vimprobable hard to normal mode after page loaded or track if the input field looses the focus. Daniel |