Skip to content

Commit

Permalink
Fixed a couple of Unix key bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjs committed Jun 21, 2010
1 parent 32fb13a commit 8f040d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AppKit/CPKeyBinding.j
Expand Up @@ -30,6 +30,7 @@ CPStandardKeyBindings = {
@"^$a": @"moveToBeginningOfParagraphAndModifySelection:",
@"^b": @"moveBackward:",
@"^$b": @"moveBackwardAndModifySelection:",
@"^~b": @"moveWordBackward:",
@"^~$b": @"moveWordBackwardAndModifySelection:",
@"^d": @"deleteForward:",
@"^e": @"moveToEndOfParagraph:",
Expand All @@ -48,7 +49,7 @@ CPStandardKeyBindings = {
@"^$p": @"moveUpAndModifySelection:",
@"^t": @"transpose:",
@"^v": @"pageDown:",
@"^v": @"pageDownAndModifySelection:",
@"^$v": @"pageDownAndModifySelection:",
@"^y": @"yank:"
};

Expand Down

0 comments on commit 8f040d6

Please sign in to comment.