mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Bug 1727 - Spacebar may not start / stop playback
Fix proposed by David Bailes.
This commit is contained in:
@@ -1369,7 +1369,9 @@ bool CommandManager::FilterKeyEvent(AudacityProject *project, const wxKeyEvent &
|
||||
case WXK_RIGHT:
|
||||
case WXK_UP:
|
||||
case WXK_DOWN:
|
||||
case WXK_SPACE:
|
||||
// Don't trap WXK_SPACE (Bug 1727 - SPACE not starting/stopping playback
|
||||
// when cursor is in a time control)
|
||||
// case WXK_SPACE:
|
||||
case WXK_TAB:
|
||||
case WXK_BACK:
|
||||
case WXK_HOME:
|
||||
|
||||
Reference in New Issue
Block a user