diff options
| author | ilya | 2010-02-26 22:47:55 -0800 |
|---|---|---|
| committer | ilya | 2010-02-26 22:47:55 -0800 |
| commit | f4a0f8b79678fd8d67f1ccb140f838df04a7313a (patch) | |
| tree | d5cd331b89a6a5a0a388bb8261628abfb2de5c14 /background_page.html | |
| parent | 7c2cb40b4ee49935910c6e0308df55aaf906256f (diff) | |
| download | vimium-f4a0f8b79678fd8d67f1ccb140f838df04a7313a.tar.bz2 | |
Key Mapping - Initial support. Basics work.
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 1 |
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()) |
