How can I set this sliding block always in this position

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
enineera
Junior Member
Junior Member
Posts: 37
Joined: 2005-09-28, 13:27 UTC

How can I set this sliding block always in this position

Post by *enineera »

How can I set this sliding block always in this position when I click on different files in the left panel?
Thank you!

The screen shot is here.
http://img458.imageshack.us/img458/2667/ctrlq2cy.png

Thank you.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50561
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Sorry, you can't. There is a logtail plugin which can do this for texts, but not for html.
Author of Total Commander
https://www.ghisler.com
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

You can write an AutoHotkey script based on this dirty code:

Code: Select all

~Down::
~Up::
	if not WinActive( "ahk_class TTOTAL_CMD" )
		Return
	Sleep 200
	Send {Tab}{End}{Tab}
	Return
If you made the script in a way, that others can use it, then dont forget to post it to http://www.ghisler.ch/wiki/index.php/AutoHotkey
:-)
I switched to Linux, bye and thanks for all the fish!
enineera
Junior Member
Junior Member
Posts: 37
Joined: 2005-09-28, 13:27 UTC

Post by *enineera »

Thank you, but how should use logtail?
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2enineera
Logtail is a Lister plugin:
http://ghisler.ch/board/viewtopic.php?t=1180
You have to configure it to be the default viewer for html files, more you can find here:
I switched to Linux, bye and thanks for all the fish!
Post Reply