aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorilya2010-02-26 22:47:55 -0800
committerilya2010-02-26 22:47:55 -0800
commitf4a0f8b79678fd8d67f1ccb140f838df04a7313a (patch)
treed5cd331b89a6a5a0a388bb8261628abfb2de5c14 /background_page.html
parent7c2cb40b4ee49935910c6e0308df55aaf906256f (diff)
downloadvimium-f4a0f8b79678fd8d67f1ccb140f838df04a7313a.tar.bz2
Key Mapping - Initial support. Basics work.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index faf1fa1b..b2493b3e 100644
--- a/background_page.html
+++ b/background_page.html
@@ -425,6 +425,7 @@
}
function init() {
+ parseCustomKeyMappings(localStorage["keyMappings"]);
populateValidFirstKeys();
populateSingleKeyCommands();
if (shouldShowUpgradeMessage())