hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

Provide developer option to override/disable global hotkeys on desktop

Open amcclain opened this issue 11 months ago • 0 comments

Hoist installs several global hotkeys via desktop AppContainer - this could be problematic if an app wishes to use one of the combos for its own purposes - e.g. a custom data refresh handler.

https://github.com/xh/hoist-react/blob/7cbfba940c3b53fddec310e7d28a6f4964ed0241/desktop/appcontainer/AppContainer.ts#L191

Would like to have more control over this, without having to write a custom AppContainer component.

amcclain avatar Mar 06 '24 15:03 amcclain