Hotkeys can be assigned to toolbar/menu buttons, or can be standalone.
Here's an example command which will toggle between two states:
- Sort by name, folders first.
- Sort by modified date, files first.
@if:Set SORTBY=name
Set SORTORDER=Files SORTBY=modified SORTREVERSE=off
@if:else
Set SORTORDER=Folders SORTBY=name SORTREVERSE=off
For how to use the command: