Ability to hide one panel, or resize panel shortcut
Moderators: Hacker, petermad, Stefan2, white
Ability to hide one panel, or resize panel shortcut
Hi,
First of all thanks for the great software. Anyway I see an useful improvement that I really want.
+ Hide one panel: sometimes in small (FHD) screen, I need to see the whole long file name, as the file name is really long, so the solution is to use the mouse to resize the active panel, As Total Commander is keyboard oriented, I would love to have the ability to hide one panel, and with shortcut.
+ If the "hide one panel" is not possible, or it requires too much effort (because of the basic principle of Total Commander is 2 panels management), the best solution should be having a shortcut to resize the active panel, wider or smaller. I think this could be the best.
Thank you!
First of all thanks for the great software. Anyway I see an useful improvement that I really want.
+ Hide one panel: sometimes in small (FHD) screen, I need to see the whole long file name, as the file name is really long, so the solution is to use the mouse to resize the active panel, As Total Commander is keyboard oriented, I would love to have the ability to hide one panel, and with shortcut.
+ If the "hide one panel" is not possible, or it requires too much effort (because of the basic principle of Total Commander is 2 panels management), the best solution should be having a shortcut to resize the active panel, wider or smaller. I think this could be the best.
Thank you!
Re: Ability to hide one panel, or resize panel shortcut
Before making suggestions, please check the available commands
or ask in the English forum.
There are already these commands
cm_100Percent
which can be used on the right or left side.
cm_50Percent
to return to the normal view.
or ask in the English forum.
There are already these commands
cm_100Percent
which can be used on the right or left side.
cm_50Percent
to return to the normal view.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Ability to hide one panel, or resize panel shortcut
I dont know how to use this command. Could you pls explain?
Re: Ability to hide one panel, or resize panel shortcut
You can e.g. bind shortcut to command on configuration "Misc." page.
http://gral.y0.pl/tc/images/misc.png
Note: you can also build user command with parameter for any arbitrary width of pane, e.g.
http://gral.y0.pl/tc/images/misc.png
Note: you can also build user command with parameter for any arbitrary width of pane, e.g.
Code: Select all
[em_percent85]
cmd=cm_100Percent
param=85
Re: Ability to hide one panel, or resize panel shortcut
For an explanation of internal commands, see:
https://www.ghisler.ch/wiki/index.php?title=Internal_command
Re: Ability to hide one panel, or resize panel shortcut
Thank you very much. I now can do what I want.
Gral wrote: 2025-03-13, 07:22 UTC You can e.g. bind shortcut to command on configuration "Misc." page.
http://gral.y0.pl/tc/images/misc.png
Note: you can also build user command with parameter for any arbitrary width of pane, e.g.Code: Select all
[em_percent85] cmd=cm_100Percent param=85
Re: Ability to hide one panel, or resize panel shortcut
Thanks.
white wrote: 2025-03-13, 10:01 UTCFor an explanation of internal commands, see:
https://www.ghisler.ch/wiki/index.php?title=Internal_command