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
Is your feature request related to a problem? Please describe.
It's currently impossible to update the value of the keys while recording a shortcut.
Describe the solution you'd like
The useRecordHotkeys could also return a setKeys function which we could use to programatically change the value of the keys.
Is your feature request related to a problem? Please describe.
It's currently impossible to update the value of the keys while recording a shortcut.
Describe the solution you'd like
The
useRecordHotkeys
could also return asetKeys
function which we could use to programatically change the value of the keys.Describe alternatives you've considered
I've resorted to mutating the
Set
of keys, which is a bad practice in React.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: