assigning sortby, modified options to user button

Discuss and share scripts and script files...
Post Reply
leomain
Posts: 3
Joined: 29 May 2018 06:00

assigning sortby, modified options to user button

Post by leomain »

i need to assign sortby and modified, size options to user button.
is there any script available?

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: assigning sortby, modified options to user button

Post by jupe »

You can get info on the sortby command by pasting the following into the XY address bar:

Code: Select all

::help "idh_scripting_comref.htm#idh_sc_sortby";
and for how to add a custom button:

Code: Select all

::help "idh_toolbar.htm#idh_ctb";

Post Reply