hoist-react
hoist-react copied to clipboard
Provide developer option to override/disable global hotkeys on desktop
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.