EDIT: Something is very wrong with my computer and I can't think of anything other than my recent install of AutoHotKey.

_____________________________
OK, I noticed through my searching that some people are having trouble getting MaLa to focus (it does not remain the top window after initially exiting back to the gamelist). From what I've read I think it is an issue with also running MisfitMAME which I have installed on my cab as well (one mixed gamelist). Anyway here is a super easy way to fix the problem:
1. Install
AutoHotKey.
2. Create the script (.ahk file) below
3. Place the .ahk file in your startup folder.
Easy as pie!
Here's the text for the .ahk file:
#SingleInstance Ignore
Menu, Tray, NoStandard
Menu, Tray, Add, Exit, LvNow
Menu, Tray, Default, Exit
Esc::
{
SendEvent,{Esc}{LButton}
Goto, LvNow
}
Return
LvNow:
ExitApp
Return
The net effect of this is after the ESC button is pressed for the first time only (exiting out to the gamelist), a left mouse click is simulated which makes MaLa the top window again. I know there is a focus logger extension floating around out there but I couldn't get it to work 100% of the time and the AutoHotKey solution appears to be working without issue. If something goes wrong over the next few weeks I'll report back but I think I've got it figured out now!

EDIT: Something is very wrong with my computer and I can't think of anything other than my recent install of AutoHotKey.
