If I have an application open in X11.app on Mac OS 10.6 and I switch away to another app and then back with Command-Tab, none of the X application come to the foreground.

How can I make this happen?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 0 down vote accepted
  1. Download Keyboard Maestro
  2. Bind a hotkey to Execute AppleScript: tell application "X11" to activate

Good enough.

link|improve this answer
Quicksliver may be a workable alternative and is free unlike keyboard maestro. – Davorak Dec 28 '11 at 9:40
feedback

Command-Tab to try to bring X11 to front. While it is in "front" (but not really), Command-Tab-Shift-Tab, and it will come to front.

In more detail, when it should be in front, Command-Tab as though you will bring something else to front, but before you let go and activate something else, select X11 again. You can do this by cycling all the way through the open apps, or hitting Shift-Tab while holding down the Command key.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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