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
Tool selection via keyboard routes through Menu, which I'm guessing is causing the lag (or IPC?).
We could maybe catch the input via before-input-event and disable the menu command while still letting the key event through? So menu shows key label and can be clicked directly but DOES NOT actually respond to key command.
And: when typing in the sidebar, menu is triggering, which is not what we want! (fixed)
Tool selection via keyboard routes through Menu, which I'm guessing is causing the lag (or IPC?).
We could maybe catch the input via
before-input-event
and disable the menu command while still letting the key event through? So menu shows key label and can be clicked directly but DOES NOT actually respond to key command.And: when typing in the sidebar, menu is triggering, which is not what we want!(fixed)Reference
https://electronjs.org/docs/api/web-contents#event-before-input-event
electron/electron#1334
https://github.com/WilixLead/iohook
The text was updated successfully, but these errors were encountered: