Page 1 of 1
Is there a way to make audacity listen for keybinds in the background?
Posted: Mon Jan 18, 2021 12:27 pm
by Frienderman2379
I am using audacity 2.4.2 on windows 10 and was wondering if there was a way to make it listen for keybinds in the background, thanks in advance!

Re: Is there a way to make audacity listen for keybinds in the background?
Posted: Mon Jan 18, 2021 1:17 pm
by steve
No, Audacity does not support "global key bindings".
Also note that it is potentially risky to record with Audacity in the background as the foreground application will take priority which can starve Audacity of computer resources and mess up the recording.
Re: Is there a way to make audacity listen for keybinds in the background?
Posted: Tue Jan 19, 2021 2:53 pm
by jademan
Frienderman2379 wrote: ↑Mon Jan 18, 2021 12:27 pm
I am using audacity 2.4.2 on windows 10 and was wondering if there was a way to make it listen for keybinds in the background, thanks in advance!
So if you are into programming, it is possible to send commands from Python to Audacity via Mod-Script-Pipe.
See here for a discussion of having Python listen for keybinds in the background:
https://www.reddit.com/r/Python/comment ... ackground/
I hope this helps.
