Make Pause hotkey Shift+Space (#5554)
This commit is contained in:
@@ -58,6 +58,9 @@ protected slots:
|
||||
private slots:
|
||||
/// Called by pressing the space key. Plays or stops.
|
||||
void togglePlayStop();
|
||||
|
||||
/// Called by pressing shift+space. Toggles pause state.
|
||||
void togglePause();
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user