Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

do we have keyboard shortcuts to switch between tabs or windows, am looking for shortcuts similar to of those available in windows (ctrl + tab to switch btw tabs & Alt + tab to swtich btw windows).

Note: RHEL5.8 is accessed via CITRIX XENAPP as a window in windows xp

share|improve this question
 
Which UNIX-like operating system are you connecting to, and which windowing environment is it running (e.g. AIX and CDE, or Ubuntu Linux and Gnome 3 with Mutter, etc.) –  EightBitTony Aug 12 at 9:06
 
we use RHEL 5.8, and this server we access via CITRIX machines to launch sessions –  wineyekumar Aug 12 at 9:10
 
am looking for keyboard shortcuts to switch btw tabs and windows –  wineyekumar Aug 12 at 13:16
1  
Alt + Tab should work in nearly any WM. But the Alt is an escape-char for CITRIX imho. Just Change the Shortcut to something else like shown in the answer from justbrowsing –  xx4h Aug 13 at 5:14
 
how do i answer this question am not finding 'POST YOUR ANSWER' tab ? –  wineyekumar Aug 13 at 6:23
show 1 more comments

closed as unclear what you're asking by jasonwryan, Anthon, jofel, manatwork, slm Aug 12 at 12:13

Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking.If this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

CITRIX isn't a Window Manager.

It looks like Gnome2 is the default WM for RHEL 5.8 but I can't find anything that explicitly states that.

Gnome2/Mate (Metacity/Marco): System -> Preferences -> Keyboard shortcuts

Set the shortcut for Move between windows, using a popup window (default is Alt+Tab). It's possible you are using Compiz or another WM though, so figure that out.

metacity task switcher

However, noticed you mentioned konsole, the official KDE terminal emulator. This suggests you may be using KDE. To switch tabs in konsole the default is Shift+RightArrow or change it Settings -> Configure shortcuts -> Next Tab.

konsole keyboard shortcuts

To switch windows in KDE Alt+Tab or change it System Settings -> Window Behavior -> Task Switcher -> All windows

plasma task switcher

share|improve this answer
 
to be specific i use citrix xenapp to launch session –  wineyekumar Aug 12 at 10:27
 
Xen App isn't a Window Manager either. However, this document might be of some use to you. –  justbrowsing Aug 12 at 10:41
 
following link will help in answering above question, link :support.citrix just to summarise from link, when remote desktop is not running in full screen mode (switch between tabs is ALT+MINUS SIGN, and ALT+SHIFT+PLUS SIGN), (switch between window is SWITCH+RIGHT ARROW KEY, and SWITCH+LEFT ARROW KEY) when remote desktop is running in full screen mode (CTRL+F2 will enable full screen mode) (switch between window is ALT+TAB, and ALT+SHIFT+TAB) –  wineyekumar Aug 13 at 5:50

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