Content
View differences
Updated by Oliver Günther almost 3 years ago
**As a** hotkey-heavy user
**I want** to use Enter (single-line) or Ctrl+Enter to submit forms
**So I** don’t have to tab abround or (irgh) use my mouse
\[from #20137 \]
### Pain point
Optimization of basic work function needed.
On daily basis, many times a day there is needed a shortcut to save and close the form, any type of the form, perfectly, all those with 'Save' button. On Windows the most popular so far for that action is Ctrl+Enter, and it would do the great job, optimize the work, saving gestures and moves.
### Acceptance criteria
* With a shortcut the inline edit fields should be saved and closed
* Allows CTRL+Enter to save on all OS (including Mac)
* Allows CMD+Enter to save on Mac
### Out of scope
* In Rails-based views, if there is a form to save (e.g., Meeting, Wiki pages, etc.), the form should be submitted using that shortcut. Saving forms in old rails-based views where an explicit "Save" button exists.
**I want** to use Enter (single-line) or Ctrl+Enter to submit forms
**So I** don’t have to tab abround or (irgh) use my mouse
\[from #20137 \]
### Pain point
Optimization of basic work function needed.
On daily basis, many times a day there is needed a shortcut to save and close the form, any type of the form, perfectly, all those with 'Save' button. On Windows the most popular so far for that action is Ctrl+Enter, and it would do the great job, optimize the work, saving gestures and moves.
### Acceptance criteria
* With a shortcut the inline edit fields should be saved and closed
* Allows CTRL+Enter to save on all OS (including Mac)
* Allows CMD+Enter to save on Mac
### Out of scope