otsaloma / catapult

App launcher for Linux
https://otsaloma.io/catapult
GNU General Public License v3.0
62 stars 4 forks source link

Mouse click on qualified items #30

Open UffeJakobsen opened 1 month ago

UffeJakobsen commented 1 month ago

if you type in something in to the search field and do not press enter on the qualified items but decide to use the mouse to select one - that does not work - for some strange resaon it shows the internal ":" options when clicking with the mouse

otsaloma commented 1 month ago

Yeah, I guess that could be fixed. As Catapult is inherently a keyboard-driven app, I haven't bothered to hook up mouse clicks.

The reason for triggering the internal command list is that since the existence of those is quite undiscoverable, I have wanted to provide multiple routes to somehow discover them, especially the preferences dialog. Some launchers have a clicable gear button or a right-clickable window margin, so users might look for that. That being connected to the search results too is just by accident, it should better be just around search query input field.