diff options
| author | Stephen Blott | 2016-02-10 09:47:38 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-02-18 07:34:30 +0000 |
| commit | dcc5427b4b3c4a9440675c8443b31dc98fb62fdd (patch) | |
| tree | 7e5fb3a006810c60c89439ed93c2dd3f366a034c /lib | |
| parent | daa357f1a753fd4c17427f68e0f0c3338e9d668b (diff) | |
| download | vimium-dcc5427b4b3c4a9440675c8443b31dc98fb62fdd.tar.bz2 | |
PassNextKey; store key mapping in settings.
We need the key mapped to passNextKey in the front end so that we can
activate pass-next-key from within insert mode too (without the need to
consult the background page).
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/settings.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee index 31aad7ad..2e5ddcc0 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -174,6 +174,7 @@ Settings = settingsVersion: Utils.getCurrentVersion() helpDialog_showAdvancedCommands: false optionsPage_showAdvancedOptions: false + passNextKeyKey: "" Settings.init() |
