CHM vs HLP: fight!

English support forum

Moderators: white, Hacker, petermad, Stefan2

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

Post by *icfu »

Alternative script, close ANY active window by ESC+F1. I have found this shortcut to be pretty handy. ;)

Code: Select all

~ESC & F1 Up::
WinClose, A
Return
Icfu
Last edited by icfu on 2006-07-26, 21:37 UTC, edited 1 time in total.
This account is for sale
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3300
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

thx ICFU but still not what i want - i want only chm's being closed by pressing Escape without having to use anything else :D
Hoecker sie sind raus!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

This was not for you.

Icfu
This account is for sale
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

Thanks Icfu,

Pretty handy as you said. I like also Jasmin 3D Color Changer 4 that you suggested in another thread today.
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Sir_SiLvA
i want only chm's being closed by pressing Escape without having to use anything else

Code: Select all

~ESC::
if WinActive("ahk_class HH Parent")
{	
	WinClose
	Return
}
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

2Lefteous
:twisted:
I switched to Linux, bye and thanks for all the fish!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@gbo:
You're welcome. :)

I have forgotten a little detail, the "Up" at the end, check again please. Otherwise you can easily nuke several apps in a row if you are holding down too long. This one closes after releasing F1, not while holding down.

Icfu
This account is for sale
User avatar
deus-ex
Power Member
Power Member
Posts: 969
Joined: 2003-02-10, 17:45 UTC

Post by *deus-ex »

Is there an update to Totalcmd.chm with regards to TC v7.0 available or in preparation? Downloadlink to the CHM-file currently is invalid, btw.

_______
Regards,
deus-ex
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

It is prepared:
http://ghisler.ch/board/viewtopic.php?t=12002

But maybe Sir_SiLvA will sabotage it, who knows... ;)

Icfu
This account is for sale
User avatar
deus-ex
Power Member
Power Member
Posts: 969
Joined: 2003-02-10, 17:45 UTC

Post by *deus-ex »

Thanks, icfu.

_______
Regards,
deus-ex
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

But maybe Sir_SiLvA will sabotage it, who knows...
LOL
Habemus majkam!
User avatar
Hacker
Moderator
Moderator
Posts: 13073
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

BTW, concerning .chm files:
http://virtualdub.org/blog/pivot/entry.php?id=131
Finally, if you are still having problems Action Canceled with VirtualDub's help file, right-click on it in Windows Explorer and choose Unblock. The reason for this problem is that the KB896358 security update from Microsoft prevents HTML help files from working if they are located on a network share or have the Internet Explorer "downloaded from the Internet" tag (which shouldn't be getting applied to files from a .zip archive, but somehow is for some users). 1.7.0 will display a warning and offer to strip the Zone.Identifier stream, but you still need to do this manually for 1.6.17. You will have problems regardless if you place VirtualDub on a network share, so move the .chm file to a local drive and open it locally in that case.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Argh.. that explains a lot of 404 erros in html files here....
Habemus majkam!
Post Reply