Since many games can be set to run in a window, you can see other applications as you play, so you might be able to keep track of IM messages and other things. The problem is most of the games "lock" the controls, so the only thing you can interact with is the game itself. Not a bad idea at all considering we don't want to click in the AmaroK playlist instead of fragging, but this also takes away the possibility to quickly switch to another program and back again.
Buuut... You can still ALT+TAB in Linux, but don't expect it to be as easy as with Windows

First thing's first: we need to "unlock" the controls. Xorg provides an option for this, called "AllowDeactivateGrabs". To set this to "ON" edit the file: "/etc/X11/xorg.conf" or, depending on your system: "/etc/X11/XF86Config" and find the "ServerFlags" option, where you'll add the line:
- Code: Select all
Option "AllowDeactivateGrabs" "true"
If you can't find ServerFlags, add it yourself so you get something like this:
- Code: Select all
Section "ServerFlags"
Option "AllowDeactivateGrabs" "true"
EndSection
After restarting the X server, start a game (Nexuiz for example), make sure it's running in windowed mode (I tried this when in fullscreen and it was a complete mess) and press CTRL+ALT+ KP_SLASH (that's the " / " sign in the right section of the keyboard, where all the numbers are

Potential problems:
-- It doesn't work all the time, I think you need some windows open and not being completely over the game window... I'll post updates as I experiment more with it.
-- Sometimes when going back to the game the mouse doesn't work anymore. CTRL+ALT+KP_SLASH again and ALT+TAB (and not click) to get into the game window. It usually solves it, if not, try again

-- Once, in Nexuiz, I hit " ` " to open the console and it would not let me type some of the letters ("v", "p" and others). Worked well with CTRL+ESC and it didn't happen again. Don't know what caused it.
Also: I got this information from [1]and[2].
Have fun and happy multitask fraggin'
