Page 1 of 1

Run a program in toolbar without parameter..

Posted: 2013-10-20, 14:05 UTC
by sheppaul
Hello,

Sometimes, I'd like to run a program from toolbar without parameter like %P%N.

Is it possible to add a mouse action like Ctrl + Click to run a program without parameter?

Posted: 2013-10-20, 17:01 UTC
by Vochomurka
Just drag'n'drop its executable to the bar. Parameters are never added by default.

Posted: 2013-10-20, 17:03 UTC
by MVV
Vochomurka,
He wants to run the same button in both modes: with parameters and w/o.

Re: Run a program in toolbar without parameter..

Posted: 2013-10-20, 17:38 UTC
by Horst.Epp
sheppaul wrote:Hello,

Sometimes, I'd like to run a program from toolbar without parameter like %P%N.

Is it possible to add a mouse action like Ctrl + Click to run a program without parameter?
Have a look at the following:
http://www.ghisler.ch/board/viewtopic.php?t=20274

Posted: 2013-10-20, 22:08 UTC
by sqa_wizard
Sometimes, I'd like to run a program from toolbar without parameter like %P%N.
Just add a "?" in front of your parameter:

Code: Select all

?%P%N
This will show the parameter first. If you don't like it for now, just press DEL key ...