What is the new feature?
Keyboard shortcuts like:
- "Ctrl/Cmd + Enter" to submit forms (create event, submit availability)
- Holding Shift to skip confirmation messages
Why do you want this?
Simple quality-of-life.
Any ideas for implementation?
Perhaps this can be another button integration, such that it listens for the input and triggers its own onClick function to avoid duplicating code. The button could also display the keybind so users know it exists.
What is the new feature?
Keyboard shortcuts like:
Why do you want this?
Simple quality-of-life.
Any ideas for implementation?
Perhaps this can be another button integration, such that it listens for the input and triggers its own
onClickfunction to avoid duplicating code. The button could also display the keybind so users know it exists.