plastovicka / HotkeyP

42 stars 8 forks source link

Question re Send keys to window #7

Open AlanEdd opened 2 months ago

AlanEdd commented 2 months ago

Hey there, Just a question on this command. This works great, and triggers perfectly. \show\ctrl.r "Krita.exe" "Qt5157QWindowIcon"

If I leave out \show it doesn't work, does the window have to be activated to trigger the hotkey, or is that app/window dependent. Just don't quite understand, thanks!

plastovicka commented 2 months ago

It depends on app and its framework. Krita uses Qt framework which is cross-platform but it was developed primarily for Linux operating system. It does not run so well on Windows.

AlanEdd commented 2 months ago

OK thanks a lot.