aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/background_page.html b/background_page.html
index 8d552a32..1c326cba 100644
--- a/background_page.html
+++ b/background_page.html
@@ -251,8 +251,8 @@
keyToCommandRegistry['yy'] = 'copyCurrentUrl';
- keyToCommandRegistry['J'] = nextTab;
- keyToCommandRegistry['K'] = previousTab;
+ keyToCommandRegistry['K'] = nextTab;
+ keyToCommandRegistry['J'] = previousTab;
keyToCommandRegistry['gt'] = nextTab;
keyToCommandRegistry['gT'] = previousTab;