0

I have a terminal already open among a bunch of stuff open and I am looking for a key shortcut to get the terminal right away. I am aware of the alt+tab combination but it's to painful to repeatedly tap tab until I reach the terminal icon.

so how can I add a key shortcut to just get the currently open terminal?

thank you for any enlightenment

kokito
  • 235
  • 3
  • 7

1 Answers1

3

You can press Super (the Windows key) and the number of the terminal's icon in the launcher to quickly open the terminal's window. For example, if it is the fifth icon, Super5 will focus the terminal window if it exists or open a new one.

muru
  • 197,895
  • 55
  • 485
  • 740
  • Good one! I didn't know it also worked for switching windows... (I knew it worked for opening). Terminal just got locked back to the launcher! – Fabby Feb 20 '15 at 07:53
  • great the xbindkeyx & wmctrl is working great, another question, why kind of application can I add in there beside firefox, terminal and usual stuff? – kokito Feb 20 '15 at 14:05
  • @kokito pretty much anything that has a consistent window name. The -a part filters using the window's titles, so if your application's title is unpredictable, it will be difficult. – muru Feb 20 '15 at 14:11
  • is there a way to give a path instead of a window name? – kokito Feb 20 '15 at 14:15
  • I don't know, but I don't there is one. – muru Feb 20 '15 at 14:16