aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index 7ba89c41..a85d8a4f 100644
--- a/background_page.html
+++ b/background_page.html
@@ -129,6 +129,9 @@
keyToCommandRegistry['fo'] = 'goForward';
keyToCommandRegistry['L'] = 'goForward';
+ keyToCommandRegistry['zi'] = 'zoomIn';
+ keyToCommandRegistry['zo'] = 'zoomOut';
+
keyToCommandRegistry['J'] = nextTab;
keyToCommandRegistry['K'] = previousTab;