parent
c1c5b492be
commit
07d06215d6
@ -181,7 +181,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
|
|||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
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:
|
// platform:
|
||||||
// * End
|
// * End
|
||||||
// * Home
|
// * Home
|
||||||
@ -218,7 +218,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
|
|||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
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:
|
// platform:
|
||||||
// * Meta + arrow down
|
// * Meta + arrow down
|
||||||
// * End
|
// * End
|
||||||
@ -255,7 +255,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
|
|||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
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:
|
// platform:
|
||||||
// * Meta + arrow down
|
// * Meta + arrow down
|
||||||
// * End
|
// * End
|
||||||
@ -292,7 +292,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
|
|||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
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:
|
// platform:
|
||||||
// * Meta + arrow down
|
// * Meta + arrow down
|
||||||
// * End
|
// * End
|
||||||
@ -333,7 +333,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
|
|||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowLeft): const ExtendSelectionLeftTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowRight): const ExtendSelectionRightTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
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:
|
// platform:
|
||||||
// * Control + arrow left
|
// * Control + arrow left
|
||||||
// * Control + arrow right
|
// * Control + arrow right
|
||||||
@ -370,7 +370,7 @@ class DefaultTextEditingShortcuts extends Shortcuts {
|
|||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.arrowUp): const ExtendSelectionUpTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.end): const ExpandSelectionRightByLineTextIntent(),
|
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.end): const ExpandSelectionRightByLineTextIntent(),
|
||||||
LogicalKeySet(LogicalKeyboardKey.shift, LogicalKeyboardKey.home): const ExpandSelectionLeftByLineTextIntent(),
|
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:
|
// platform:
|
||||||
// * Meta + arrow down
|
// * Meta + arrow down
|
||||||
// * Meta + arrow left
|
// * Meta + arrow left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user