aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorAdrian Rollett2010-01-09 22:40:47 +0800
committerIlya2010-01-11 07:04:03 +0800
commit9d2cb9576858b0ef5f856a3d760d64020b7dc043 (patch)
tree54ac965bd2e2354be081a06964237892b2590855 /background_page.html
parent4a38d8c402dbd90851dd82b46f20d2302beab05d (diff)
downloadvimium-9d2cb9576858b0ef5f856a3d760d64020b7dc043.tar.bz2
added c-f + c-b (scroll full page up or down)
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 f1bf450a..8d552a32 100644
--- a/background_page.html
+++ b/background_page.html
@@ -226,6 +226,8 @@
keyToCommandRegistry['G'] = 'scrollToBottom';
keyToCommandRegistry['<c-d>'] = "scrollPageDown";
keyToCommandRegistry['<c-u>'] = "scrollPageUp";
+ keyToCommandRegistry['<c-f>'] = "scrollFullPageDown";
+ keyToCommandRegistry['<c-b>'] = "scrollFullPageUp";
keyToCommandRegistry['r'] = 'reload';
keyToCommandRegistry['gf'] = 'toggleViewSource';