Total Commander: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Total Commander is the software for file management. The customized layout (two columns) I suggested was as follows: | Total Commander is the software for file management. The customized layout (two columns) I suggested was as follows: | ||
{{Software version| software=Total Commander | url=http://www.ghisler.com/ | version=7. | {{Software version| software=Total Commander | url=http://www.ghisler.com/ | version=7.04a }} | ||
== botton bar: copy file name with full path == | |||
http://farm4.static.flickr.com/3358/3295833583_3d49b7d25f.jpg | |||
: Courtesy of image hosting: [http://flickr.com/photos/planetoid/3295833583/ flickr] | |||
== configure custom layout == | |||
<pre> | <pre> | ||
| Line 16: | Line 21: | ||
* (write) date: the date when the file was written recently | * (write) date: the date when the file was written recently | ||
* access date: the date when the file accessed recently ex: the date that the file was just opened | * access date: the date when the file accessed recently ex: the date that the file was just opened | ||
== cursor movement mode of Total Commander == | |||
New cursor movement mode in the [Configuration] region (note not insert after the region [1024x768 (8x16)] ...) | |||
* Edit c:\windows\WINCMD.INI (Menu -> Configuration -> Change Settings Files Directly) | |||
* add the following line | |||
<pre> | |||
[Configuration] | |||
SpecialCursorMovement=3 | |||
.. | |||
.. | |||
[1024x768 (8x16)] | |||
</pre> | |||
* restart the Total Commander | |||
=== manual === | |||
<pre> | |||
New cursor movement mode. Sum of the following: | |||
1: Left key jumps to first file, right key to last | |||
2: Left key goes one directory up, right key opens directory/archive under cursor. | |||
4: Override horizontal scrollbar in custom columns view. If this option isn't set, the cursor will jump only to the first file if the horizontal scrollbar is already at the leftmost position. | |||
8: Jump one page up/down instead of jumping to the first/last file | |||
</pre> | |||
: (from the official HELP file -> title: Settings in the file wincmd.ini ) | |||
* 3 means | |||
** 'Left key' jumps to first file, and press twice 'Left key' will go one directory up | |||
** 'Right key' will open directory/archive under cursor. | |||
=== Troubleshooting === | |||
* [http://errerrors.blogspot.com/2007/09/new-cursor-movement-mode-is-not-work.html Err: New cursor movement mode was not work (Total Commander 7.02a)] | |||
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 10:28, 21 February 2009
Total Commander is the software for file management. The customized layout (two columns) I suggested was as follows:
| Total Commander | v.7.04a |
botton bar: copy file name with full path
- Courtesy of image hosting: flickr
configure custom layout
Caption Width Align Field contents Name 143 <- Name Ext 20 <- Ext size 35 -> [=tc.size.Mbytes]MB ([=tc.size]) date 25 <- [=tc.writedate.yMD] access 20 <- [=tc.accessdate.MD]
- (write) date: the date when the file was written recently
- access date: the date when the file accessed recently ex: the date that the file was just opened
cursor movement mode of Total Commander
New cursor movement mode in the [Configuration] region (note not insert after the region [1024x768 (8x16)] ...)
- Edit c:\windows\WINCMD.INI (Menu -> Configuration -> Change Settings Files Directly)
- add the following line
[Configuration] SpecialCursorMovement=3 .. .. [1024x768 (8x16)]
- restart the Total Commander
manual
New cursor movement mode. Sum of the following: 1: Left key jumps to first file, right key to last 2: Left key goes one directory up, right key opens directory/archive under cursor. 4: Override horizontal scrollbar in custom columns view. If this option isn't set, the cursor will jump only to the first file if the horizontal scrollbar is already at the leftmost position. 8: Jump one page up/down instead of jumping to the first/last file
- (from the official HELP file -> title: Settings in the file wincmd.ini )
- 3 means
- 'Left key' jumps to first file, and press twice 'Left key' will go one directory up
- 'Right key' will open directory/archive under cursor.