So, is it possible to disable shortcuts from invoking lists in the main menu from “Alt+ letter”: Alt+W, Alt+T, Alt+S etc? I need to free key combinations for other commands.
Hi @I9S - We can’t control those shortcuts.
I wonder if this plugin would be of interest…
Thanks for reply.
That is sad. It seems only Paintstorm Studio was able to free itself from main menu rules of Windows…
And I already use Wojtryb’s plugins ![]()
Well, I found walkaround through AutoHotKey app. In case someone else interesting, here my script:
#IfWinActive ahk_exe krita.exe
!s::Send {p}
Return
It binds “P” key to Alt+S combo.
