You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does pass-winmenu support chorded hotkeys? I'm not sure how many system-wide global hotkeys I can dedicate to the numerous pass-winmenu actions I'd like to.
The text was updated successfully, but these errors were encountered:
Unfortunately not. Pass-winmenu uses RegisterHotKey to register its hotkeys with Windows, which doesn't support chorded hotkeys. The only way to support them would be to listen for all keypresses globally, and detect registered hotkeys that way, but implementing that would mean rewriting significant parts of the hotkey system, which I'd rather not do if I can avoid it.
Does pass-winmenu support chorded hotkeys? I'm not sure how many system-wide global hotkeys I can dedicate to the numerous pass-winmenu actions I'd like to.
The text was updated successfully, but these errors were encountered: