Keypirinha icon indicating copy to clipboard operation
Keypirinha copied to clipboard

Is there a way to assign Menu Key as run hotkey

Open ramisedhom opened this issue 2 years ago • 1 comments

Is there a way to assign Menu Key as run hotkey? I have tried: AppsKey, Application, ContextMenu, RightWin, Menu.. none worked out image

ramisedhom avatar Jun 07 '23 20:06 ramisedhom

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.

ramisedhom avatar Jun 07 '23 21:06 ramisedhom