I like to use CTRL-ALT + Numpad-keys to align 4 terminal windows on one monitor (One in each corner of the screen). Is there a way (shortcut) to quickly make a particular one active for typing without clicking the window active with the mouse?

System: Ubuntu 11.04/default Unity desktop

link|improve this question
feedback

3 Answers

You could always use Alt+Tab to page through windows until you get to the right one.

link|improve this answer
feedback

Alt+the button above Tab and below esc, normally, will switch between the windows of a single application. So, if you have one terminal active, pressing that keyboard combination will switch between your terminals like Alt+tab.

link|improve this answer
feedback

You can also consider using terminator. Terminator is a GPL terminal emulator and allows multiple Gnome terminals in one window. If you are using terminator you can switch terminals with Alt + Arrow

To install terminator you can use PPA or use ubuntu tweak.

sudo add-apt-repository ppa:gnome-terminator/ppa

sudo apt-get update

sudo apt-get install terminator

link|improve this answer
1  
I'm not sure this is the best answer for the OP, but I also use terminator and recommend it. You can use Alt-arrows to select windows, and there are other commands to cycle through them. If you group by tabs, it looks like you can set shortcuts to tab by number, but I've never done this. (Change under Preferences->Keybindings.) Also, I believe terminator (one rev back) is available in the regular universe repository. – belacqua Oct 11 '11 at 15:31
feedback

Your Answer

 
or
required, but never shown

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