You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that hotkey event listener (implemented in fcfd2ea) does not get disable in lyric lookup/search modal/popup.
Additionally, I found weird bug before I want to submit the issue related to this; the listener wasn't doing properly, it affected while editing the lyric too. But managed to "fix" it by simply restarting the app.
Steps to Reproduce
Update local music database
Select random file, either unsync, sync, or none
Open search modal
Keysmash Space in text fields
Expected result
User is able to input whitespace without making the app plays/pauses the file
Actual result
When debugger > console enabled, app does not log "enabled hotkey!" or "disabled hotkey!" during the modal opened.
However, if debugger window opened before, opening the modal returns "is hotkey: true" instead
System Info
App version: 0.3.1
Windows: 11, 23H2
The text was updated successfully, but these errors were encountered:
I see, I remember I did fix it for lyrics editor modal, but I forgot the lyrics search one.
I will make a hotfix release, but I wonder if there is a global way to do this. For example, it should automatically disable hotkey detection when focusing on any kind of textbox.
It seems that hotkey event listener (implemented in fcfd2ea) does not get disable in lyric lookup/search modal/popup.
Additionally, I found weird bug before I want to submit the issue related to this; the listener wasn't doing properly, it affected while editing the lyric too. But managed to "fix" it by simply restarting the app.
Steps to Reproduce
Expected result
User is able to input whitespace without making the app plays/pauses the file
Actual result
System Info
The text was updated successfully, but these errors were encountered: