diff options
| author | Stephen Blott | 2016-02-10 13:52:43 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-02-18 07:35:07 +0000 |
| commit | 201b51e1690bb993aa25a1c11f59afda6eab8747 (patch) | |
| tree | 290c99c4c10a0f4986e830ad077364862799ba2f /lib | |
| parent | 02adaa7ad0c7921ebab5752470ff7f773802634c (diff) | |
| download | vimium-201b51e1690bb993aa25a1c11f59afda6eab8747.tar.bz2 | |
PassNextKey; allow multiple mappings.
This allows:
map a passNextKey
map b passNextKey
(Previously, we only picked up the first mapping.)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/settings.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee index 2e5ddcc0..79ee04a9 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -174,7 +174,7 @@ Settings = settingsVersion: Utils.getCurrentVersion() helpDialog_showAdvancedCommands: false optionsPage_showAdvancedOptions: false - passNextKeyKey: "" + passNextKeyKeys: [] Settings.init() |
