Hotkey to toggle the sort (Between ascending/descending)?)

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Ralf_Reddings
Posts: 120
Joined: Fri Mar 24, 2023 4:53 pm

Hotkey to toggle the sort (Between ascending/descending)?)

Post by Ralf_Reddings »

It seems I can only set a hotkey to for either descending or ascending. I am looking for a hotkey to toggle between the two.

I have looked through the ini/search commands to see if I can construct something. but I did not find anything relevant.

Is there a way to achieve this?
void
Developer
Posts: 16745
Joined: Fri Oct 16, 2009 11:31 pm

Re: Hotkey to toggle the sort (Between ascending/descending)?)

Post by void »

I'll add a command to do this and report back once it is ready for testing.

Thank you for the suggestion.
void
Developer
Posts: 16745
Joined: Fri Oct 16, 2009 11:31 pm

Re: Hotkey to toggle the sort (Between ascending/descending)?)

Post by void »

Everything 1.5.0.1351a adds a command to toggle the sort order.

To set a keyboard shortcut to toggle the sort order:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Keyboard tab on the left.
  • To the right of Show commands containing, search for:
    ascend
  • Select View | Sort By | Toggle Ascending.
  • Click Add.....
  • Press a new keyboard shortcut and click OK.
  • Click OK.
Ralf_Reddings
Posts: 120
Joined: Fri Mar 24, 2023 4:53 pm

Re: Hotkey to toggle the sort (Between ascending/descending)?)

Post by Ralf_Reddings »

Sweet!
I have it working now. Much better :)

Thanks void!
Post Reply