up vote 2 down vote favorite
share [g+] share [fb]

I am running GNOME desktop v2.16.0 on RedHat Enterprise Linux v5.3.

I would like to assign the Alt-Tab key to cycle through the currently running applications like Microsoft Windows does.

I believe I've seen this work on Linux before, how can I configure my system so that this works as desired?

link|improve this question

1  
Can you explain what Alt-Tab is doing currently? – Matthew Talbert Sep 16 '09 at 17:39
Presently, Alt-Tab does nothing. – WilliamKF Sep 16 '09 at 18:08
xev reports on AltTab: KeyPress event, serial 29, synthetic NO, window 0x2c00001, root 0x1c3, subw 0x0, time 3295777458, (83,27), root:(93,115), state 0x8, keycode 23 (keysym 0xff09, Tab), same_screen YES, XLookupString gives 1 bytes: (09) " " XmbLookupString gives 1 bytes: (09) " " XFilterEvent returns: False KeyRelease event, serial 29, synthetic NO, window 0x2c00001, root 0x1c3, subw 0x0, time 3295777840, (83,27), root:(93,115), state 0x8, keycode 23 (keysym 0xff09, Tab), same_screen YES, XLookupString gives 1 bytes: (09) " " XFilterEvent returns: False – WilliamKF Sep 16 '09 at 20:04
feedback

3 Answers

up vote 1 down vote accepted

This worked for me in gnome 2.30.

  1. System->keyboard shortcuts -> disable shortcuts for "move between windows using a popup" and "move between windows immediately" (select with mouse and press backspace)

  2. Open terminal and type gconf-editor

  3. navigate to apps-> metacity ->global keybindings

    3a. for the entry : "switch_windows" type "<Alt>Tab" without quotes

    3b. For the entry : "switch_windows_backwards" type "<Shift><Alt>Tab" without quotes

  4. navigate to apps -> metacity -> general

    4a. Disable compositing_manager (this gets rid of the super annoying delay before the popup displays when you press alt+tab)

hope this helps

Cheers/Raj K

link|improve this answer
feedback

ALT-Tab is the default for cycling running applications in Gnome, like Windows XP does.

link|improve this answer
feedback

You can use software such as Compiz Fusion.

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.