Keypirinha
Keypirinha copied to clipboard
Is there a way to assign Menu Key as run hotkey
Is there a way to assign Menu Key as run hotkey?
I have tried: AppsKey, Application, ContextMenu, RightWin, Menu.. none worked out
As a workaround, I'm using following AutoHotKey command:
;Start Keypirinha using Menu button
AppsKey::
{
Send("{Ctrl down}{LWin down}{k}")
Send("{Ctrl up}{LWin up}")
}
but I hope I can map it directly in Keypirinha configuration.