Font/text size larger? Context menu delay + shortcut key to rename a file?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
dh775566
New Member
New Member
Posts: 1
Joined: 2023-02-28, 23:27 UTC

Font/text size larger? Context menu delay + shortcut key to rename a file?

Post by *dh775566 »

I’ve used Windows File Explorer for years and am considering switching to TC. However, there are many things I’m used to and can’t quite figure out:

How do I make the font/text size (of list of folders/files) larger? It’s too tiny for my older eyes.

How can I eliminate the delay when right-clicking the mouse?

Is there a shortcut key to rename a file?

When renaming a file, the file extension isn’t automatically copied. How to automate this?

Thanks!




Subject adjusted by moderator to reflect the content.
In future, first search the forum and if need to ask, create separate threads for different questions please, so others find the answer too.
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Newbie Questions (Boring, Sorry)

Post by *petermad »

How do I make the font/text size
"Configuration" -> "Options..." -> "Font" -> "File list font"
How can I eliminate the delay when right-clicking the mouse?
Open your wincmd.ini file ("Configuration" -> "Options..." -> "Change Settings Files Directly") and put this parameter in the [Configuration] section:
PopupDelay=250
The default is 500 msecs. I don't recommend shorter that 250 msecs, because you cannot select files with the right mouse button then.

Is there a shortcut key to rename a file?
Shift+F6

Shift+F6 will also rename multiple selected files. If you want to always only rename the file under the cursor (like Explorer) even when multiple files are selected you must use the command cm_RenameSingleFile for wich you can assign a shortcut key via ("Configuration" -> "Options..." -> "Misc." -> "Redefine hotkeys (Keyboard remapping)" -> "Hotkey" + "Command"

When renaming a file, the file extension isn’t automatically copied. How to automate this?
Use RenameSelOnlyName=0 in the [configuration] section of your winc,d.ini file - but that is default, so you already should get both name and extension selected.

Can also be changed via "Configuration" -> "Options..." -> "Operation" -> "Main" Program" -> "Select only the file name when renaming (not the extension)" - which is probably what you must already have done since it is not the default.
Last edited by petermad on 2023-03-01, 02:22 UTC, edited 7 times in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Dalai
Power Member
Power Member
Posts: 9966
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Newbie Questions (Boring, Sorry)

Post by *Dalai »

dh775566 wrote: 2023-02-28, 23:30 UTCHow do I make the font/text size (of list of folders/files) larger? It’s too tiny for my older eyes.
Options > Font. Important note: Don't increase the font size above 10 or so. If you enabled font scaling in Windows you should increase the DPI instead (it's on the same settings page).
How can I eliminate the delay when right-clicking the mouse?
If you want to switch the mouse selection mode, see Options > Operation > Mouse selection mode > (o) Left mouse button. Now you might be wondering "What has that to do with the question?". Well, if the selection is made with the left button, the context menu appears without any delay. Try it and you'll see :).

If you want to keep right-button selection mode you can tweak it using this setting:
PopupDelay=500
Right mouse button selection mode: Delay in milliseconds until right click context menu is shown. Shorter clicks or click+drag just selects the file(s).
See TC help, section 4.b) for more details. Keep in mind that setting a very small value could make selection of files difficult.
Is there a shortcut key to rename a file?
Yes, there is. Shift+F6 is the default. If you want to map it to F2 - like many TC users do - go to Options > Misc, select F2 from the dropdown, click the magnifying glass and select cm_RenameOnly (or cm_RenameSingleFile) as command to execute. Apply the change with the green checkmark.
When renaming a file, the file extension isn’t automatically copied. How to automate this?
Huh? Do you mean something like Options > Operation > [X] Select only the file name when renaming (not the extension)?

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
solid
Power Member
Power Member
Posts: 749
Joined: 2004-08-09, 11:20 UTC

Re: Font/text size larger? Context menu delay + shortcut key to rename a file?

Post by *solid »

When renaming a file, you can alternatively select either the whole file name or just the filename without extension by pressing F6 again while holding Shift. The initial state of the selection is determined by an option mentioned in the previous post.

Also, you can quickly deselect the name and move the cursor to the beginning or end of the name by pressing the left or right arrow key.
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Font/text size larger? Context menu delay + shortcut key to rename a file?

Post by *petermad »

again while holding Shift
Shift is not is not even necessary after the first Shift+F6 press.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply