TextView: Remove Cmd+Up and Cmd+Down Shortcuts

to go to the beginning and end of the document.
This commit is contained in:
John Scipione
2014-02-01 11:04:34 -05:00
parent 94518ff277
commit 77acb43273
2 changed files with 0 additions and 48 deletions
-2
View File
@@ -456,13 +456,11 @@ private:
bool fInstalledNavigateCommandWordwiseShortcuts;
bool fInstalledNavigateOptionWordwiseShortcuts;
bool fInstalledNavigateOptionLinewiseShortcuts;
bool fInstalledNavigateCommandDocwiseShortcuts;
bool fInstalledNavigateHomeEndDocwiseShortcuts;
bool fInstalledSelectCommandWordwiseShortcuts;
bool fInstalledSelectOptionWordwiseShortcuts;
bool fInstalledSelectOptionLinewiseShortcuts;
bool fInstalledSelectCommandDocwiseShortcuts;
bool fInstalledSelectHomeEndDocwiseShortcuts;
uint32 _reserved[6];