Skip to content

Commit

Permalink
chore: remove redundant Single activator entries that's not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Sep 25, 2024
1 parent d4486cf commit 8652cb3
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,6 @@ Map<SingleActivator, Intent> defaultSinlgeActivatorIntents() {
meta: _isDesktopMacOS,
): const OpenSearchIntent(),

// Navigate to the start or end of the document
SingleActivator(
LogicalKeyboardKey.home,
control: !_isDesktopMacOS,
meta: _isDesktopMacOS,
): const ScrollToDocumentBoundaryIntent(forward: false),
SingleActivator(
LogicalKeyboardKey.end,
control: !_isDesktopMacOS,
meta: _isDesktopMacOS,
): const ScrollToDocumentBoundaryIntent(forward: true),

// Arrow key scrolling
SingleActivator(
LogicalKeyboardKey.arrowUp,
Expand Down

0 comments on commit 8652cb3

Please sign in to comment.