PageUp/Down behavior that is more consistent with native OS

This commit is contained in:
Joe Cheng 2011-02-08 08:58:34 +08:00 committed by Fabian Jakobs
commit a9bbd7995a
2 changed files with 4 additions and 2 deletions

View file

@ -75,8 +75,10 @@ exports.bindings = {
"gotoright": "Right",
"selectpagedown": "Shift-PageDown",
"pagedown": "PageDown",
"gotopagedown": "Option-PageDown",
"selectpageup": "Shift-PageUp",
"pageup": "PageUp",
"gotopageup": "Option-PageUp",
"selectlinestart": "Shift-Home",
"selectlineend": "Shift-End",
"del": "Delete",

View file

@ -74,9 +74,9 @@ exports.bindings = {
"selectright": "Shift-Right",
"gotoright": "Right",
"selectpagedown": "Shift-PageDown",
"pagedown": "PageDown",
"gotopagedown": "PageDown",
"selectpageup": "Shift-PageUp",
"pageup": "PageUp",
"gotopageup": "PageUp",
"selectlinestart": "Shift-Home",
"selectlineend": "Shift-End",
"del": "Delete",