mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-08 16:37:44 +02:00
Problem: NumericTextCtrls act on numeric keys, even when modifier keys are pressed. This shouldn't be the case, and has the knock on effect that shortcuts like ctrl + 1, don't work when a NumericTextCtrl is the focus. Fix: Check that there are no modifier keys pressed.