Page 1 of 1

Key assignment : Custom Commands

Posted: Mon Mar 25, 2024 8:23 am
by meteorquake
Minor improvement.
For the keyboard shortcuts, the Custom Open command 1... n could state the command beside it so that it's more explanatory.
I think these will generally be of the form $exec("program" ...) and in that instance could just state the filename of the program (not full path, and without exe) unless it's something like wscript.exe where the next parameter is important. A tooltip could perhaps provide the full command.
d

Re: Key assignment : Custom Commands

Posted: Mon Mar 25, 2024 5:30 pm
by therube
Something along those lines would be nice.
Additionally, a more direct linkage between custom_open_command## & associated hotkey assignments.

I'll note that
Help | Troubleshooting Information
does list custom_open_command##'s.

Code: Select all

Config:	custom_open_command01=$exec("c:\bin\xxhash.bat" %*)
Config:	custom_open_command02=$exec("C:\WLIB\PLAYERS\MPV.NET\mpvnet.exe" %*)
Config:	custom_open_command03=$exec("C:\BIN\i_view32.exe" %* /thumbs)
Config:	custom_open_command04=$exec("C:\BIN\MI_Compare.bat" %*)