nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
148 stars 23 forks source link

Submit row details with ctrl+enter #1064

Closed ChristophWurst closed 5 months ago

ChristophWurst commented 6 months ago

Is your feature request related to a problem? Please describe.

As a Tables user I want to quickly save my changes when editing a row. Currently I have to tab to the Save button or use the mouse.

Describe the solution you'd like

Convert the row editor modal to a native HTML form I can submit using ctrl+enter when an input is focused.

Describe alternatives you've considered

No response

Additional context

No response

juliusknorr commented 6 months ago

We should also make sure this works on all modals (table/view/application/row create/edit)