a simple alternative to ALT+SHIFT+ENTER looking for?
Moderators: Hacker, petermad, Stefan2, white
a simple alternative to ALT+SHIFT+ENTER looking for?
Hi
i'm looking for a simple alternative to ALT+SHIFT+ENTER
but total commander has so many shortcuts
can you give me some advises ?
thanks
ps is there a video or link page with all the news and news features of v9 vs v8.52a
i'm looking for a simple alternative to ALT+SHIFT+ENTER
but total commander has so many shortcuts
can you give me some advises ?
thanks
ps is there a video or link page with all the news and news features of v9 vs v8.52a
love Total Commander , best file manager ever made
If you want to assign another hotkey for this function, you can assign it for internal command cm_CountDirContent.
If you want to calculate automatically w/o hotkeys, you should try some plugin like DirSizeCalc (you'll have to setup a custom column set with plugin fields).
If you want to calculate automatically w/o hotkeys, you should try some plugin like DirSizeCalc (you'll have to setup a custom column set with plugin fields).
hiMVV wrote:If you want to assign another hotkey for this function, you can assign it for internal command cm_CountDirContent.
If you want to calculate automatically w/o hotkeys, you should try some plugin like DirSizeCalc (you'll have to setup a custom column set with plugin fields).
yes i know
i ask an advises about an shortkey , just because there are so many shortcuts and i would like something an easy shortcut
in short what do you use?
love Total Commander , best file manager ever made
Maybe, just maybe, could help you these two guys:
Code: Select all
CountSpace=1
SpaceMovesDown=1
The best solution:
1. format C:
2. install TotalCmd
3. install Windows (optionally)
1. format C:
2. install TotalCmd
3. install Windows (optionally)
hi DamelDamel wrote:Maybe, just maybe, could help you these two guys:
Code: Select all
CountSpace=1 SpaceMovesDown=1
should i add in the wincmd.ini ?
where ?
and what does these 2 code lines do?
thanks
love Total Commander , best file manager ever made
Also space on each folder ALSO UPDATE ON-DEMAND COLUMS it much more that just updating size...MVV wrote:I don't think that pressing Space on every folder will be better than a single shortcut when you need to calculate sizes of all folders...
If you prefer, you can use a button if you are mouse addict, you will have to remember it but the icon can help !
If you like keyboard, you can use an allias "-calcSubDirSize" you can also use it from the menu....
My personal experience is that you have to remember it in any case and if you do not find it with the command brower, a good alternative it to make a user command (em_) mapped to the standard command (cm_) using you own terms

// you can also make a langage file that describe the commands you do not find easilly with your own terms....
Re: a simple alternative to ALT+SHIFT+ENTER looking for?
See TC > "Help > Keyboard..." which key-combinations are taken and which you could take as alternative.giulia wrote:i'm looking for a simple alternative to ALT+SHIFT+ENTER
but total commander has so many shortcuts
See Total Commander 9.00 final available , In particular read the history file there.ps is there a video or link page with all the news and news features of v9 vs v8.52a
Re: a simple alternative to ALT+SHIFT+ENTER looking for?
Stefan2 wrote:See TC > "Help > Keyboard..." which key-combinations are taken and which you could take as alternative.giulia wrote:i'm looking for a simple alternative to ALT+SHIFT+ENTER
but total commander has so many shortcuts
See Total Commander 9.00 final available , In particular read the history file there.ps is there a video or link page with all the news and news features of v9 vs v8.52a
hi yes i know but there are so many release candidates....
Last edited by giulia on 2016-11-25, 10:35 UTC, edited 1 time in total.
love Total Commander , best file manager ever made
hinsp wrote:Also space on each folder ALSO UPDATE ON-DEMAND COLUMS it much more that just updating size...MVV wrote:I don't think that pressing Space on every folder will be better than a single shortcut when you need to calculate sizes of all folders...
If you prefer, you can use a button if you are mouse addict, you will have to remember it but the icon can help !
thanks
how can i use a button with mouse?
ps
but there is one thing i can't understand
there are several program that can calculate folders and subfolder size so fast , and they are 32bit , can't understand why total commander the best , is slower and it's a default feaure
love Total Commander , best file manager ever made
To giulia: Yes, in [Configuration] section of wincmd.ini
CountSpace=1
1: Count files when selecting with spacebar [NOTE: It count files also in directories]
0: Do not count files (faster)
SpaceMovesDown=1
1= When selecting files with <SPACEBAR>, move down to next file (as with <INSERT>)
So if you press the Spacebar, then directory size is calculated, displayed and cursor move automatically to the next directory... these steps are repeated as long, as long you hold down the Spacebar. Very useful if you don't want count every directory, but only few of them, especcially when there are huge directories like C:\Windows or C:\Users.
To MVV: War axe is in the air!
I do think that pressing single Space on folders is way better than a complex two hand shortcut when you need to calculate sizes of all folders! Let's analyze it, why SPACE is better than LEFTALTSHIFTENTER:
1) Its only 1 press, you simply hold down Space as long as you want
2) Its only 1 key versus 3 keys
3) You must not remember weird combination of 3 keys, which is not ALT+SHIFT+ENTER, but LEFTALT+SHIFT+ENTER!
4) You must not use both hands for this single task
5) You can select whitch directories are calculated and avoid directories which you really don't want to calculate eg:
[Dir1]
[Dir2]
[Dir3-HUGE]
[Dir4]
How do you avoid that HUGE, time consuming calculation of size? You just use Space on Dir1-2, then jump to the Dir4 and use Space again!
CountSpace=1
1: Count files when selecting with spacebar [NOTE: It count files also in directories]
0: Do not count files (faster)
SpaceMovesDown=1
1= When selecting files with <SPACEBAR>, move down to next file (as with <INSERT>)
So if you press the Spacebar, then directory size is calculated, displayed and cursor move automatically to the next directory... these steps are repeated as long, as long you hold down the Spacebar. Very useful if you don't want count every directory, but only few of them, especcially when there are huge directories like C:\Windows or C:\Users.
To MVV: War axe is in the air!

I do think that pressing single Space on folders is way better than a complex two hand shortcut when you need to calculate sizes of all folders! Let's analyze it, why SPACE is better than LEFTALTSHIFTENTER:
1) Its only 1 press, you simply hold down Space as long as you want
2) Its only 1 key versus 3 keys
3) You must not remember weird combination of 3 keys, which is not ALT+SHIFT+ENTER, but LEFTALT+SHIFT+ENTER!
4) You must not use both hands for this single task
5) You can select whitch directories are calculated and avoid directories which you really don't want to calculate eg:
[Dir1]
[Dir2]
[Dir3-HUGE]
[Dir4]
How do you avoid that HUGE, time consuming calculation of size? You just use Space on Dir1-2, then jump to the Dir4 and use Space again!
The best solution:
1. format C:
2. install TotalCmd
3. install Windows (optionally)
1. format C:
2. install TotalCmd
3. install Windows (optionally)
thanks i will try these command lineDamel wrote:To giulia: Yes, in [Configuration] section of wincmd.ini
CountSpace=1
1: Count files when selecting with spacebar [NOTE: It count files also in directories]
0: Do not count files (faster)
SpaceMovesDown=1
1= When selecting files with <SPACEBAR>, move down to next file (as with <INSERT>)
but ! i create an clean portable installation ,and total command show me the folder size with spacebar without SpaceMovesDown=1
but CountSpace=1 is always included in every clean installation
but nsp said i can do it with a mouse button ,do i need a plugin or it's enough to create a button to do it?
love Total Commander , best file manager ever made