outerbase / libsql-studio

A lightweight SQLite graphical client on your browser. It also support connecting to LibSQL/Turso/rqlite
https://libsqlstudio.com
MIT License
313 stars 18 forks source link

Shortcut for Commit and Discard maybe? #114

Open rin-yato opened 1 month ago

rin-yato commented 1 month ago

Issue Description

Currently, navigating and editing table cells using the keyboard is a great feature in the application. However, the process of committing changes requires clicking the Commit button, which disrupts the keyboard-centric workflow. To enhance the user experience and improve efficiency, I propose adding a keyboard shortcut (Cmd+Enter) to trigger the Commit popup.

Proposed Solution

invisal commented 1 month ago

What is the shortcut for similar software like TablePlus, Dbeaver, etc... we can adapt similar shortcut.

rin-yato commented 1 month ago

Not sure about others, since I use dataflare, they execute the change one by one. Not in batch like LibSqlStudio

invisal commented 1 month ago

@rin-yato in TablePlus, they will use Ctrl + S / Cmd + S

rin-yato commented 1 month ago

@rin-yato in TablePlus, they will use Ctrl + S / Cmd + S

Sounds good!