johnfactotum / quick-lookup

Simple GTK dictionary application powered by Wiktionary
GNU General Public License v3.0
94 stars 8 forks source link

Focus the search field by default instead of the language field #34

Closed da2x closed 2 years ago

da2x commented 2 years ago

Steps to reproduce:

  1. Open the app
  2. Just start typing without doing anything else

Expected: Should enter text into the search/lookup field (the primary action).

Actual: Enters text into the language-selection field (a secondary action).

Workaround: Press Tab two times.

Suggested fix: Swap the two input fields around. That puts the primary action first and you also get the preferred tab-order of search-input -> language-combo-field -> language-combo-button.

Environment: Version 1.2.0 (via Flathub), KDE Plasma 5.25.4, Wayland, Fedora 36

johnfactotum commented 2 years ago

Duplicate of #11