AnimeWatch
AnimeWatch copied to clipboard
Global keyboard shortcuts can interfere while entering text in a browser text field
While entering text into a text field in a browser some key combinations such as cannot be entered into a text field as they are bound to shortcuts.
For example say I had a capital G in my password and needed to use that to login to an account, trying to enter that into the password field instead triggers the "show/hide Settings column" shortcut. The only way to circumnavigate this is to copy the letter from another program and paste it into AnimeWatch.
Also I'm new to GitHub so if I'm doing anything wrong don't hesitate to tell me.
In fact you are not doing anything wrong at all. It's a problem with the qtwebengine backend used in internal browser, which somehow interfering with global shortcuts. The global shortcuts did not come into any conflict with internal browser when it was implemented using qtwebkit, which is now deprecated in qt 5.7. Therefore, I'll have to devise some alternative way to deal with this. Thanks for reminding me about the issue, I'll try to fix it in the next version, if possible.
EDIT: For time being, whenever you want to use some capital letter in search text box of internal browser, toggle case using Caps Lock instead of using Shift key.