justinknguyen / BeatBind

A background Python Windows application for global hotkeys on Spotify.
MIT License
50 stars 7 forks source link

[Solved, not a bug] Hotkeys are working while they are not assigned #23

Closed Iowerth closed 1 month ago

Iowerth commented 1 month ago

Description: I have all hotkeys assigned to Ctr+Alt+Shift+SomeButton. When I'm using them then all is fine. But if I use another button (which is not assigned anywhere) then it works like it assigned. In my case pressing Up or Down (without any modifiers) causes Play or Stop respectively. Maybe this is because of error in a log "ERROR - Error occured when updating the startup registry key".

Steps To Reproduce: Described above.

Expected behavior: Only assigned hotkeys must work.

Screenshots: 1

Environment:

Log File: Newly created log to reproduce an issue. beatbind.log

justinknguyen commented 1 month ago

From your screenshot, Play and Pause are assigned to Up and Down respectively, so pressing Up or Down will trigger them. If you want it so Play and Pause aren't triggered, you have to delete Up and Down from the input fields, like the other hotkeys to the right.

I guess it can be a little confusing, and I plan on updating the UI so it's easier to manage hotkeys

justinknguyen commented 1 month ago

you can ignore that error btw. I'll fix it later so it's not shown if Start on Windows startup is false

Iowerth commented 1 month ago

Omg, I thought that it all works only with modifiers 😂 Thanks!

I guess it can be a little confusing, and I plan on updating the UI so it's easier to manage hotkeys

This would be great ;)