Maybe a bug with the Esc action

Discussion related to "Everything" 1.5 Alpha.
Post Reply
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Maybe a bug with the Esc action

Post by vsub »

By default the Esc key is set to close the window
Pressing Esc while Everything is doing something(scanning)is just closing the window which makes the option esc_action=1 do nothing
If hide_on_close is enabled,pressing Esc will just hide the window and not cancel the action(bringing the window back,I can see that Everything is still scanning)

If I remove the hotkey,pressing Esc while everything is searching does nothing(I don't know if that's normal)
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Maybe a bug with the Esc action

Post by void »

This is by design.

Pressing ESC will cancel any of the following actions:
  • Middle mouse button scrolling.
  • Jump to text in the results list.
  • Releases window mouse capture if the current window has mouse capture.
  • Closes search suggestions or search history dropdown list.
  • Closes the filter bar dropdown list.
  • Clears any owned cut items on the clipboard.
  • Cancels a long search query or sort.
  • Exits fullscreen.

To cancel an index press Ctrl + Break, or right click the indexing progress bar and click Cancel Index.
Post Reply