Skip to content

Commit 9dcf398

Browse files
committed
feat: Add space shortcut to play/pause control
1 parent 5a3e99a commit 9dcf398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/playback_controller/constants/controller_items.dart

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ var controllerItems = [
9696
title: "Play/Pause",
9797
subtitle: "Toggle between play and pause",
9898
shortcuts: [
99+
LogicalKeySet(LogicalKeyboardKey.space),
99100
LogicalKeySet(LogicalKeyboardKey.control, LogicalKeyboardKey.keyP),
100101
],
101102
onShortcut: (context) {

0 commit comments

Comments
 (0)