Files
it-know-how/Linux/Linux Terminal Shortcut.md
T

1.1 KiB
Raw Blame History

Is there a keyboard shortcut on linux to open a terminal


Yes 👍 — most Linux desktop environments (DEs) have a default keyboard shortcut for opening a terminal, but it can vary depending on which one youre using:

  • GNOME (Ubuntu, Fedora, Debian, etc.):
    Ctrl + Alt + T

  • KDE Plasma (Kubuntu, openSUSE, etc.):
    Usually also Ctrl + Alt + T (but can be customized).

  • XFCE (Xubuntu, etc.):
    Often Ctrl + Alt + T, or you can set your own in Settings → Keyboard → Application Shortcuts.

  • Others (MATE, Cinnamon, LXQt, etc.):
    Many also use Ctrl + Alt + T by default.

If it doesnt work, you can always assign your own shortcut:

  1. Go to your systems Keyboard Settings.

  2. Find Custom Shortcuts (or Keyboard Shortcuts).

  3. Add a new one:

    • Command: gnome-terminal (or konsole, xfce4-terminal, depending on your DE).

    • Shortcut: choose something like Ctrl + Alt + T.


👉 Which desktop environment or Linux distro are you using? I can give you the exact steps for your setup.