Is there a way to rename a file and automatically enter rename mode for the next file?
Moderators: Hacker, petermad, Stefan2, white
Is there a way to rename a file and automatically enter rename mode for the next file?
In Windows File Explorer, if you select a file and enter rename mode by pressing F2, edit the name, and then press TAB, the new name will be applied and File Explorer will automatically select the next file and enter rename mode again.
However, in Total Commander, pressing TAB cancels the rename. Can I set a keyboard shortcut to do what Windows File Explorer does?
However, in Total Commander, pressing TAB cancels the rename. Can I set a keyboard shortcut to do what Windows File Explorer does?
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
you could create a user command that go to next file and rename:
em_RenameNext
cm_GotoNext,cm_RenameSingleFile
Create a button or a hotkey to call it.
You cannot have a hotkey when you are in the in-place edit
You cannot have a multi command that wait that in place edit is validated
(
em_RenameNext
cm_GotoNext,cm_RenameSingleFile
Create a button or a hotkey to call it.
You cannot have a hotkey when you are in the in-place edit

You cannot have a multi command that wait that in place edit is validated

Re: Is there a way to rename a file and automatically enter rename mode for the next file?
In Total Commander you enter rename mode by pressing Shift+F6 and you can move to the next file by pressing Up/Down.
Or you can mark several files, press Shift+F6, select the option to rename each file separately and press OK.
Or you can mark several files, press Shift+F6, select the option to rename each file separately and press OK.
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
It is important NOT to press Enter to save the change - just press Up or Down - the changes will be saved.and you can move to the next file by pressing Up/Down.
Last edited by petermad on 2022-10-18, 08:34 UTC, edited 1 time 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
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
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
ohhh I see, I didnt know up/down did that. That was exactly what I wanted, thanks!
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
Is there a ini parameter to make this option checked by default?Or you can mark several files, press Shift+F6, select the option to rename each file separately and press OK.
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
Hi, I used to have this trick work well but since I got a Windows 11 clean reinstallation UP and DOWN keys works no more in rename mode.petermad wrote: 2022-10-15, 10:24 UTCIt is important NOT to press Enter to save the change - just press Up or Down - the changes will be saved.and you can move to the next file by pressing Up/Down.
My TC config is stored in INI file so no configuration is messed.
Do you have any clue how I can get the UP&DOWN function back? Thanks.
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
This trick still works without problems under the actual Windows 11.eos9d wrote: 2023-03-27, 16:23 UTC Hi, I used to have this trick work well but since I got a Windows 11 clean reinstallation UP and DOWN keys works no more in rename mode.
My TC config is stored in INI file so no configuration is messed.
Do you have any clue how I can get the UP&DOWN function back? Thanks.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 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.55 RC1 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: Is there a way to rename a file and automatically enter rename mode for the next file?
It's working for me on Windows 11 ver 22H2 as well.
- ghisler(Author)
- Site Admin
- Posts: 50486
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
2eos9d
Maybe you installed a very old version of Total Commander by mistake? The function was added to Total Commander 9.0.
Maybe you installed a very old version of Total Commander by mistake? The function was added to Total Commander 9.0.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Is there a way to rename a file and automatically enter rename mode for the next file?
Thanks ghisler, I appreciate your reply and Yes, I did use a 7.x version instead of 10.0, which was placed in the same directory as ver. 7.x.ghisler(Author) wrote: 2023-03-28, 10:55 UTC 2eos9d
Maybe you installed a very old version of Total Commander by mistake? The function was added to Total Commander 9.0.
You saved my day.