Skip to content

Commit

Permalink
feat: Add space shortcut to play/pause control
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Oct 14, 2024
1 parent 5a3e99a commit 9dcf398
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var controllerItems = [
title: "Play/Pause",
subtitle: "Toggle between play and pause",
shortcuts: [
LogicalKeySet(LogicalKeyboardKey.space),
LogicalKeySet(LogicalKeyboardKey.control, LogicalKeyboardKey.keyP),
],
onShortcut: (context) {
Expand Down

0 comments on commit 9dcf398

Please sign in to comment.