mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Uncommented HOME and END.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12859 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cfc7234d1a
commit
add10e6b98
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@
|
|||
/* "Control-Alternate-DownArrow" = ("pageDown:", "moveWordForward:"); */
|
||||
|
||||
"Delete" = "deleteForward:";
|
||||
/* "Home" = "moveToBeginningOfParagraph:"; */
|
||||
"Home" = "moveToBeginningOfParagraph:";
|
||||
"Control-Home" = "moveToBeginningOfDocument:";
|
||||
/* "Shift-Home" = "moveToBeginningOfParagraphAndModifySelection:"; */
|
||||
/* "End" = "moveToEndOfParagraph:"; */
|
||||
"End" = "moveToEndOfParagraph:";
|
||||
"Control-End" = "moveToEndOfDocument:";
|
||||
/* "Shift-End" = "moveToEndOfParagraphAndModifySelection:"; */
|
||||
"PageUp" = "pageUp:";
|
||||
|
|
Loading…
Reference in a new issue