Page 1 of 1

Only execute content of command line when it's focussed

Posted: 2020-09-14, 10:19 UTC
by DelphiDev
Hey there,

following my lengthy discussion here (https://www.ghisler.ch/board/viewtopic.php?f=2&t=72757) I'd like to propose a new option for Total Commander.

"Execute command line only when it's focussed"

I find it counter-intuitive (and possibly dangerous) that by pressing Return a command in command line gets executed even if the command line is not focussed.

Please add an option so that the user can decide wether command line shall always be executed upon pressing Return or only when it's focussed.

Thanks,
DelphiDev

Re: Only execute content of command line when it's focussed

Posted: 2020-09-14, 14:06 UTC
by petermad
Support++

Re: Only execute content of command line when it's focussed

Posted: 2020-09-14, 15:30 UTC
by HolgerK
MVV wrote: 2013-12-15, 08:20 UTC BTW assigning cm_Return to Enter really helps to ignore command line completely when it is not focused. :)

Code: Select all

ENTER=cm_Return
Regards
Holger

Re: Only execute content of command line when it's focussed

Posted: 2020-09-15, 12:30 UTC
by petermad
HolgerK wrote: 2020-09-14, 15:30 UTC
MVV wrote: 2013-12-15, 08:20 UTC BTW assigning cm_Return to Enter really helps to ignore command line completely when it is not focused. :)

Code: Select all

ENTER=cm_Return
Regards
Holger
Smart!