aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2009-12-05 20:36:12 -0800
committerPhil Crosby2009-12-05 20:36:12 -0800
commit277e6450be4917d875882946e1766d5f9a2e4b0f (patch)
treeb0af00ac1f119d22a3ed9d8aea09eb4eb6f31739 /background_page.html
parent066ed27f2080fd0d4e7cb08559ac2183557b9f9a (diff)
downloadvimium-277e6450be4917d875882946e1766d5f9a2e4b0f.tar.bz2
Support shift+F to open a link in a background tab
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index bc908481..6b957864 100644
--- a/background_page.html
+++ b/background_page.html
@@ -204,6 +204,7 @@
keyToCommandRegistry['zo'] = 'zoomOut';
keyToCommandRegistry['f'] = 'activateLinkHintsMode';
+ keyToCommandRegistry['F'] = 'activateLinkHintsModeToOpenInNewTab';
keyToCommandRegistry['/'] = 'enterFindMode';
keyToCommandRegistry['n'] = 'performFind';