pepoluan
Chieftain
I don't know where to post this... just some helpful tips.
Accidentally hitting the WIndows key is very expensive in Civ IV... it takes ages for the Windows desktop to show, and another age to get back into Civ.
So, if you use AutoHotkey, just drop these two lines:
And the Left Windows key is killed while Civ IV plays.
Accidentally hitting the WIndows key is very expensive in Civ IV... it takes ages for the Windows desktop to show, and another age to get back into Civ.
So, if you use AutoHotkey, just drop these two lines:
Code:
#IfWinExist Civilization IV
LWin::return
And the Left Windows key is killed while Civ IV plays.