Dear Apple X11 Developer
Please, please, please fix these two bugs:
- When I command-tab switch to X11, the windows don't come to the top. Apple just introduced this bug in Tiger. I can work around it by command-tab switching a second time or by command-` switching, but this is a royal pain, especially considering I do it a couple hundred times a day.
- The alt key doesn't work. Creating a
~/.Xmodmap
file with the following contents works randomly. Sometimes I have to callxmodmap ~/.Xmodmap
manually, sometimes I don't. It's as if there's some sort of race condition.keycode 66 = Alt_L !keycode 63 = Meta_L clear Mod1 !clear Mod2 add Mod1 = Alt_L Alt_R !add Mod2 = Meta_L Meta_R