Tomas-M / xlunch

Graphical app launcher for X with minimal dependencies
http://xlunch.org
GNU General Public License v3.0
219 stars 37 forks source link

Enter key does nothing #72

Closed Tomas-M closed 6 years ago

Tomas-M commented 6 years ago

If I run xlunch with no parameters, so it shows icons from /etc/xlunch/entries.dsv and sets everything to defaults, it does not execute anything if I select an icon with keyboard and press Enter. Works with mouse, but not with keyboard. I would expect it to execute the given command under the icon even if only keyboard was used to navigate to it.

Using --selectonly helps, but I do not want to use this option since I prefer to let user run arbitrary command from the Run commandline.

PMunch commented 6 years ago

I had removed a hoverset = KEYBOARD line by accident. Fixed now.