aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2009-11-28 01:26:22 -0800
committerPhil Crosby2009-11-28 01:26:22 -0800
commitd3bc056ca40f35f7e6a44ad168c7dc986f3ae972 (patch)
tree409d863baf9bb06d9f9cc151868c0690ffd05c9c /background_page.html
parent22add2972bc070dbb05f0c605eab074416945378 (diff)
downloadvimium-d3bc056ca40f35f7e6a44ad168c7dc986f3ae972.tar.bz2
Add link hints, aka "follow link" support.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index c1562ac2..64bd582b 100644
--- a/background_page.html
+++ b/background_page.html
@@ -206,6 +206,8 @@
keyToCommandRegistry['zi'] = 'zoomIn';
keyToCommandRegistry['zo'] = 'zoomOut';
+ keyToCommandRegistry['f'] = 'activateLinkHintsMode';
+
keyToCommandRegistry['J'] = nextTab;
keyToCommandRegistry['K'] = previousTab;