]> git.gir.st - VimFx.git/commit
Make hint markers transparent when shift is held
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 27 Jun 2015 14:02:09 +0000 (16:02 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 27 Jun 2015 14:02:09 +0000 (16:02 +0200)
commit5669bdb731d30376dd2529e3b64f769b89d1dd47
tree1df64fd5858a7a4db0feb1dbe090f0861b55bd32
parent1546b04068073940e684120d38a6cf295b39d13d
Make hint markers transparent when shift is held

The `vimfx-held-modifiers` attribute is now added on `#main-window`. It is a
space-separated list of the currently held modifiers (alt, ctrl, meta and
shift). This can be used in CSS: `#main-window[vimfx-held-modifiers~="alt"]`.

See #484.
documentation/commands.md
extension/lib/events.coffee
extension/lib/vim.coffee
extension/skin/style.css
Imprint / Impressum