pageDown:
. While, other bindings are for
a sequence of key-strokes, such as ESC-f for
moveWordForward:,
.
/* File: DefaultKeyBinding.dict Author: Eric Bergerson (eb@object.com) Date: 10/30/01 Location: ~/Library/Keybindings/DefaultKeyBinding.dict Acknowledgements: thanks to Adam Swift for telling me where the hell this goes on OS X (they changed KeyBindings to Keybindings). */ { /* Additional Emacs bindings */ "^_" = "undo:"; /* Ctrl-_ */ "^v" = "pageDown:"; "^ " = "setMark:"; "^w" = "deleteToMark:"; "\033" = { "f" = "moveWordForward:"; /* ESC f */ "b" = "moveWordBackward:"; /* ESC b */ "<" = "moveToBeginningOfDocument:"; /* ESC < */ ">" = "moveToEndOfDocument:"; /* ESC > */ "v" = "pageUp:"; /* ESC-v */ "d" = "deleteWordForward:"; /* ESC d */ "/" = "complete:"; /* ESC / */ "\033" = "complete:"; /* ESC ESC */ "c" = "capitalizeWord:"; "u" = "uppercaseWord:"; "l" = "lowercaseWord:"; "^h" = "deleteWordBackward:"; /* ESC Ctrl-H */ "\010" = "deleteWordBackward:"; /* ESC backspace */ "\177" = "deleteWordBackward:"; /* ESC delete */ }; "^x" = { "h" = "switchToCounterpartOfCurrentFile:"; "^e" = "build:"; "g" = "abort:"; "^g" = "abort:"; "'" = "nextBuildResult:"; /* Ctrl-' */ "n" = "nextBuildResult:"; "p" = "previousBuildResult:"; "0" = "closeCurrentNavigator:"; "x" = "swapWithMark:"; "^s" = "saveDocument:"; }; }
Objective Technologies Inc.
NOTE: OTI does not warrant, guarantee, or otherwise assume any responsibility or accountability for any loss or corruption caused by any of the software or suggestions mentioned or available on this page. If something bad happens as a result of using this software, it's your own fault for using it. Please report any problems to cs@object.com