Feature suggestion: Shift+F7

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
CADweazle
Senior Member
Senior Member
Posts: 297
Joined: 2003-04-03, 09:10 UTC
Location: Freiburg i.Br. Deutschland

Feature suggestion: Shift+F7

Post by *CADweazle »

Hi Chris,

just a little suggestion:

When the select bar is over a directory and you press "Shift+F7", the directoryname under the bar should be offered as the new directoryname.
(similar to Shift+F4).
Would be very useful and in line with actual behaviour of "Shift+F4"

Bye, Karl
User avatar
Flint
Power Member
Power Member
Posts: 3487
Joined: 2003-10-27, 09:25 UTC
Location: Antalya, Turkey
Contact:

Post by *Flint »

Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
 
Using TC 10.52 / Win10 x64
User avatar
CADweazle
Senior Member
Senior Member
Posts: 297
Joined: 2003-04-03, 09:10 UTC
Location: Freiburg i.Br. Deutschland

Post by *CADweazle »

:D :lol:

Once upon - a long ago!
(Couldn't find it, 'cause two letter Words are not searchable in this forum)
Seems, that it has been forgotten??

Shouldn't be such a great thing to add imho.
Let's keep the fingers crossed Flint!

Greetings, CADweazle
User avatar
Lesmo16
Senior Member
Senior Member
Posts: 380
Joined: 2005-02-07, 07:18 UTC
Location: Germany

Post by *Lesmo16 »

Support!
Everyone believing in telekinesis, raise my hand!
Franz Müller
Senior Member
Senior Member
Posts: 383
Joined: 2005-05-24, 10:41 UTC
Location: Wien

Post by *Franz Müller »

Suupport, too.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

TC7 will support that with F7 directly - the name of the directory under the cursor will be suggested, but it's selected so it will be overtyped if the user wants to enter some other name manually.
Author of Total Commander
https://www.ghisler.com
User avatar
CADweazle
Senior Member
Senior Member
Posts: 297
Joined: 2003-04-03, 09:10 UTC
Location: Freiburg i.Br. Deutschland

Post by *CADweazle »

Wow! :D
Thank you very much in advance!!!

Greetings, CADweazle
Franz Müller
Senior Member
Senior Member
Posts: 383
Joined: 2005-05-24, 10:41 UTC
Location: Wien

Post by *Franz Müller »

Workaround until then with Autohotkey:

Code: Select all

+f7::
if not winactive ("ahk_class TTOTAL_CMD") 
   return
send, +{f6}+{del}{esc}{f7}+{ins}
return
Works with foldernames, but also with filenames, if a file is under the cursor.
Restriction: It does not work within archives.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

In .zip it works...
Anyway, your script will eat all Shift-F7 keypresses outside of TC as the ~ is missing. ;)

Try this one instead, it includes the latest additions to AHK syntax and is more reliable and faster:

Code: Select all

#IfWinActive, ahk_class TTOTAL_CMD
+f7::
SendInput, +{f6}+{del}{esc}{f7}+{ins}+{home}
Return
Icfu
This account is for sale
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

... and wait for the F7 dialog is highly recommended.
... and dont forget to save amd restore the clipboard contents.
I switched to Linux, bye and thanks for all the fish!
User avatar
CADweazle
Senior Member
Senior Member
Posts: 297
Joined: 2003-04-03, 09:10 UTC
Location: Freiburg i.Br. Deutschland

Post by *CADweazle »

I prefer the "integrated" solution too, particularly, when the next release is so close ;)
But anyway, thanks to Franz Müller and icfu for their tips!!

Greetings, CADweazle
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

... and wait for the F7 dialog is highly recommended.
... and dont forget to save amd restore the clipboard contents.
...and don't forget to brush your teeth in the morning and evening and don't leave home without an umbrella.

@CADweazle:
Sure, but do you really expect a TC release before christmas? Good luck then. :)

Icfu
This account is for sale
User avatar
CoMiKe
Senior Member
Senior Member
Posts: 285
Joined: 2003-05-05, 17:45 UTC
Location: Salamanca, Spain

Post by *CoMiKe »

icfu wrote:Sure, but do you really expect a TC release before christmas? Good luck then. :)
:shock: Are you sure??? :cry:
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

TC 7 was planned to be released in 2005 and we are in May 2006 now with just the first alpha out (afaik)...

So, let me tell it like this:
I am sure that Duke Nukem Forever will be released before TC 7. ;)

Icfu
This account is for sale
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2icfu
just the first alpha out
alpha 3
I am sure that Duke Nukem Forever will be released before TC 7.
The main problem of delayed releases are growing expectations imho. This applies to both the game and TC 7.
Post Reply