Re: [Vimprobable-users] [patch] to escape auto focused inputs on page load
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hut <hu...@la...> - 2012-01-20 21:19:13
|
> Hello Matt! > > Matt Carter <je...@gm...> wrote: > > Patch for hinting.js file, not sure if anyone else will find it useful > > but it escapes auto-focused input fields (such as on google.com) which > > mess up the current vimprobable2 mode detection (focused input without > > being in insert mode). > > This is an interesting one. I think there are two options, out of which > this is one. The other way would be to actually go to INSERT mode > automatically if a form element is focused (which would mean > re-introducing focus watchers in some limited way). > > Everyone - which behaviour is preferable? > > Hannes > I still don't get why we need an INSERT mode at all. I would prefer that all keys are passed to the input field if and only if the cursor in that field is visible/blinking. Now you can be in the INSERT mode without a blinking cursor and you can have a blinking cursor without being in INSERT mode. This makes no sense to me, I would've already changed it if I knew how. Regards, Hut |