]> git.gir.st - VimFx.git/commit
Fix #47: 'gi' to focus last focused or first text input
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 8 Feb 2015 19:42:16 +0000 (20:42 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 8 Feb 2015 19:50:08 +0000 (20:50 +0100)
commita9281a06ec12f3623e30761c923ebc57ec2585a3
treeccc4aecc08446d0e1db929ac5d4fd83dac61f257
parent4a0c98ff34a8dad9df83cf2d49dcc8d43d6a37ad
Fix #47: 'gi' to focus last focused or first text input

'gi' focuses the last focused or the first -- or the count:th to be precise --
text input of the page. Moreover, after you have focused something with 'gi',
<tab> and <s-tab> switch between only text inputs. That's convenient, because
'gi<tab><tab>' is then equivalent to '3gi'. Instead of trying 'gi' followed by
'<esc>2gi' followed by '<esc>3gi' etc. until you get to the input you want, you
can just type 'gi<tab><tab>' instead.

This required updating vim-like-key-notation to support <s-tab> more reliably.
18 files changed:
extension/lib/commands.coffee
extension/lib/events.coffee
extension/lib/modes.coffee
extension/lib/vim.coffee
extension/locale/de/vimfx.properties
extension/locale/el-GR/vimfx.properties
extension/locale/en-US/vimfx.properties
extension/locale/hu/vimfx.properties
extension/locale/id/vimfx.properties
extension/locale/it/vimfx.properties
extension/locale/ja/vimfx.properties
extension/locale/nl/vimfx.properties
extension/locale/pl/vimfx.properties
extension/locale/ru/vimfx.properties
extension/locale/sv-SE/vimfx.properties
extension/locale/zh-CN/vimfx.properties
extension/locale/zh-TW/vimfx.properties
package.json
Imprint / Impressum