-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to unmap Space button to be used for other action than Play/Pause #8424
Comments
@rRobis What do you want to do with space? |
Unmap it or use it for something else. I use space as a modifier in ahk for subtitle edit, and sometimes for some reason it bugs out and bypasses ahk shortcut and presses space and starts playing the video. |
Yeah, I wanted to suggest AHK to fix your problem, but since you already use it... |
I used to have direct remap instead of SendInput, but I think that now it's more stable. In other place i also have this to allow to press space in other dialogue windows.
|
I see. I'll do some test of my own as well. |
It doesn't always make it play, but there are some circumstances when it fires play with this. I can't remember now what exactly I did to make it happen. |
It seems that currently, it's not possible to use Space for anything else in the waveform section, because it seems that it's hardcoded to video play/pause.
Toggle play/pause shortcut should be used for this, and user should be able to remap it to whatever button he wants, and make space do something else.
The text was updated successfully, but these errors were encountered: