From 7d6f743eee815aa50dd668ace8a494867aed088c Mon Sep 17 00:00:00 2001 From: ilya Date: Wed, 16 Feb 2011 22:55:09 -0800 Subject: Remove , default mappings and related because they cause too many problems for people. --- commands.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/commands.js b/commands.js index de70a0a9..be01a180 100644 --- a/commands.js +++ b/commands.js @@ -100,15 +100,8 @@ function clearKeyMappingsAndSetDefaults() { "": "scrollDown", "": "scrollUp", - // scrollPageDown and scrollPageUp are mapped to two keys because they are very common actions so we - // want them to be mapped without a modifier key, but we also want to be faithful to Vim convention which - // has them on ctrl+D and ctrl+U. "d": "scrollPageDown", "u": "scrollPageUp", - "": "scrollPageDown", - "": "scrollPageUp", - "": "scrollFullPageDown", - "": "scrollFullPageUp", "r": "reload", "gs": "toggleViewSource", @@ -240,4 +233,4 @@ var commandGroups = { var advancedCommands = [ "scrollToLeft", "scrollToRight", "zoomReset", "goUp", "focusInput", "activateLinkHintsModeWithQueue", - "goPrevious", "goNext"]; \ No newline at end of file + "goPrevious", "goNext"]; -- cgit v1.2.3