I've got a AHK script that looks for an active Emacs window and switches to it. However, since I'm using VirtuaWin now, this script stopped working -- it only works on the virtual display where Emacs actually is, but not on others. Any suggestions on what I can do?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted
DetectHiddenWindows, on

would detect it, but switching to the workspace it's on could be complicated.

link|improve this answer
Thanks, it actually works. The window is switched to, but it's also moved to current desktop. This I can live with ;) – rassie Sep 1 '09 at 11:58
ooh, better than I expected :D – Phoshi Sep 1 '09 at 12:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.