Add aternative hide/show shortcut key to init settings
sirmspencer opened this issue · 8 comments
For example use ctrl+g.
ctrl+h is a common key for plug-ins. Allowing it to change would help with conflicts.
i believe ctrl+h
is used in re-frame-10x, do you know how it works for your team who works with it ?
Yes, ctrl+h is used in re-frame-10x. It means we cant load both plugins at the same time.
Apparently ctrl+h is also the history shortcut for firefox, so that interferes as well.
Updated title. I was thinking that it would be configurable and not just changed to a different key that could be a different conflict.
Apparently ctrl+h is also the history shortcut for firefox, so that interferes as well.
but how it works for re-frame-10x then? do they have a solution ?
Apparently ctrl+h is also the history shortcut for firefox, so that interferes as well.
but how it works for re-frame-10x then? do they have a solution ?
Good question, they cannot use firefox, so they use chrome.
Are you ok with this option if I am able to create the PR?
yes sure, PRs are welcomed , thank you