vixalien / sticky

A simple sticky notes app for GNOME
https://flathub.org/apps/details/com.vixalien.sticky
MIT License
173 stars 27 forks source link

Streamline the usage of `Ctrl+W` #85

Closed maymage closed 10 months ago

maymage commented 10 months ago

Hi all,

I was trying out Sticky Notes today for the first time: great little app for taking notes on the fly!

It seems suboptimal, that when taking a note, then Ctrl+W is showing a Discard|Cance|Save type dialog, instead of just saving the note and closing that window.

I think the workflow would be better, if

vixalien commented 10 months ago

Oh sorry. In the keyboard shortcuts. Ctrl+W is said to delete a note. and as such is a destructive action, a confirmation is asked first. would you rather it just closes the note window?

maymage commented 10 months ago

Yeah, just close the window, but save the note, if non empty.


When it's about quickly taking notes (think help desk calls), it's more important to quickly take notes (no dialogs) than being sure, that what you save is worth it (after the call there's plenty of time to delete unnecessary notes).

maymage commented 10 months ago

PS: for convenience Esc should have the same effect: close the note taking window, save the content, if non empty.

maymage commented 10 months ago

thx