From f4a0f8b79678fd8d67f1ccb140f838df04a7313a Mon Sep 17 00:00:00 2001 From: ilya Date: Fri, 26 Feb 2010 22:47:55 -0800 Subject: Key Mapping - Initial support. Basics work. --- background_page.html | 1 + 1 file changed, 1 insertion(+) (limited to 'background_page.html') 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()) -- cgit v1.2.3