1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Rework the ESC key to stop playback as an application event handler...

... So it does not depend on the focused window, and can work when selection
toolbar has focus.  But TrackPanel's escape handling may still take precedence
over it.
This commit is contained in:
Paul Licameli
2016-04-20 15:34:49 -04:00
parent d26395029f
commit 81fae8d71c
4 changed files with 46 additions and 24 deletions

View File

@@ -132,6 +132,8 @@ class AudacityApp final : public wxApp {
void OnReceiveCommand(AppCommandEvent &event);
void OnKeyDown(wxKeyEvent &event);
void OnTimer(wxTimerEvent & event);
// IPC communication