10

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?

fixer1234
  • 28,064
WilliamKF
  • 8,058

4 Answers4

7

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

4

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

1

You can use software such as Compiz Fusion.

Linus
  • 697
0

To get alt tab in linux machines, click the Alt icon in the menu and press tab key, you can navigate between the windows, once you find your required window, again press alt key from the menu, you will got your page.

The Alt key in the menu will have a title as "Send Alt key press/release."

prasanna
  • 321