From dcc5427b4b3c4a9440675c8443b31dc98fb62fdd Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 10 Feb 2016 09:47:38 +0000 Subject: 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). --- lib/settings.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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() -- cgit v1.2.3