From 201b51e1690bb993aa25a1c11f59afda6eab8747 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 10 Feb 2016 13:52:43 +0000 Subject: PassNextKey; allow multiple mappings. This allows: map a passNextKey map b passNextKey (Previously, we only picked up the first mapping.) --- lib/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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() -- cgit v1.2.3