Key assignment : Custom Commands

Have a suggestion for "Everything"? Please post it here.
Post Reply
meteorquake
Posts: 383
Joined: Thu Dec 15, 2016 9:44 pm

Key assignment : Custom Commands

Post 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
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: Key assignment : Custom Commands

Post 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" %*)
Post Reply