[Enhancement]: User Manageable Keybindings
Closed this issue · 2 comments
superstructor commented
What do you suggest?
re-frame currently hard-codes CTRL-H as a keybinding to show/hide the 10x panel.
This should be able to be turned off, and when turned on the specific keys used should be configurable. It should be able to be toggled programmatically.
It causes users distress and some projects have advanced dev tooling setups.
sirmspencer commented
Also, ctrl+h is pretty common as a hide button. It can easily conflict with other tools.
jacobemcken commented
In Firefox Ctrl+h is used to show/hide a pane in the browser with "History", and Firefox does not allow the user to change the keyboard shortcut without extensions 😢
If I hide the 10x panel, the only way I was able to "get it back" was to reload the browser tab with my application.