Unverified Commit 07d06215 authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

Fix typo: edition -> editing (#79668)

Just a docs typo fix.
parent c1c5b492
......@@ -181,7 +181,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
// The following key combinations have no effect on text edition on this
// The following key combinations have no effect on text editing on this
// platform:
// * End
// * Home
......@@ -218,7 +218,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
// The following key combinations have no effect on text edition on this
// The following key combinations have no effect on text editing on this
// platform:
// * Meta + arrow down
// * End
......@@ -255,7 +255,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
// The following key combinations have no effect on text edition on this
// The following key combinations have no effect on text editing on this
// platform:
// * Meta + arrow down
// * End
......@@ -292,7 +292,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
// The following key combinations have no effect on text edition on this
// The following key combinations have no effect on text editing on this
// platform:
// * Meta + arrow down
// * End
......@@ -333,7 +333,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
// The following key combinations have no effect on text edition on this
// The following key combinations have no effect on text editing on this
// platform:
// * Control + arrow left
// * Control + arrow right
......@@ -370,7 +370,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.end): const ExpandSelectionRightByLineTextIntent(),
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.home): const ExpandSelectionLeftByLineTextIntent(),
// The following key combinations have no effect on text edition on this
// The following key combinations have no effect on text editing on this
// platform:
// * Meta + arrow down
// * Meta + arrow left
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment