mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
275 stars 65 forks source link

Don't bind Ctrl+A to creating new list #270

Closed TomaszGasior closed 2 months ago

TomaszGasior commented 2 months ago

Traditionally, Ctrl+A is used for selecting all text in currently focused input field. After recent updates, Errands binds Ctrl+A to creating new list dialog. Typing when creating new items on the list is frustrating because of that. Please don't bind any actions to Ctrl+A or at least don't interrupt GTK's input field built-in behaviour.

https://github.com/mrvladus/Errands/assets/1395027/bf8c289a-4c71-4238-9e82-784a1a83345b

46.0.4, Flatpak

mrvladus commented 2 months ago

Fixed in 0952502ef5009f679e49ef036e2797c0f1f990c6. Will be in the next update.