aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index e57b1601..61c6cf91 100644
--- a/background_page.html
+++ b/background_page.html
@@ -249,6 +249,8 @@
keyToCommandRegistry['J'] = nextTab;
keyToCommandRegistry['K'] = previousTab;
+ keyToCommandRegistry['gt'] = nextTab;
+ keyToCommandRegistry['gT'] = previousTab;
keyToCommandRegistry['t'] = createTab;
keyToCommandRegistry['d'] = removeTab;