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.
How can I set this sliding block always in this position
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50561
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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
https://www.ghisler.com
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
You can write an AutoHotkey script based on this dirty code:
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

Code: Select all
~Down::
~Up::
if not WinActive( "ahk_class TTOTAL_CMD" )
Return
Sleep 200
Send {Tab}{End}{Tab}
Return

I switched to Linux, bye and thanks for all the fish!
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
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:
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!