Stable: 2.5.2
Development: 2.6-alpha3
When searching for something, then pressing esc, the search is canceled and you're returned to where you were in the file selection. This is a huge problem, because it makes it impossible to use the search feature along with the playlist.
I politely ask that this behaviour is changed, so that pressing esc during a search will leave the directory panel at the selected file in the search results. As it is, the search feature isn't very useful at all...
nobrowser
Sat, 2009-12-26 03:09
Permalink
seconded
now also as Debian bug #562569
Maroko
Tue, 2010-01-05 23:22
Permalink
Major search issue
Agree. It is cumbersome. For example, I would like to add the song to playlist. But it is impossible to do it in search mode. And when I cancel the search mode using Esc, then I have to find the song on my own... this is the only thing that bothers me on MOC. Without this "bug" it would be perfect :)
quinq
Mon, 2015-06-08 16:36
Permalink
Patch for search mode
This behavior also bothered me so I made a patch.
While it takes a slightly different approach, I think it is similar :
initialize search with '/', type word,
-> hit 'Enter', search exits with cursor positioned on selected item.
-> hit 'Tab', file/dir is added to the playlist, search exits with cursor positioned on selected item.
-> hit 'Esc', search exits with cursor positioned on previous selected item.
(mollom thing seems to block every pastebin service I tried, so here it is inlined)
quinq
Sun, 2016-10-30 09:16
Permalink
Patch format
Sorry for the broken formating, here's a more usable version of the patch :