1.1 KiB
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 you’re using:
-
GNOME (Ubuntu, Fedora, Debian, etc.):
Ctrl + Alt + T -
KDE Plasma (Kubuntu, openSUSE, etc.):
Usually alsoCtrl + Alt + T(but can be customized). -
XFCE (Xubuntu, etc.):
OftenCtrl + Alt + T, or you can set your own in Settings → Keyboard → Application Shortcuts. -
Others (MATE, Cinnamon, LXQt, etc.):
Many also useCtrl + Alt + Tby default.
If it doesn’t work, you can always assign your own shortcut:
-
Go to your system’s Keyboard Settings.
-
Find Custom Shortcuts (or Keyboard Shortcuts).
-
Add a new one:
-
Command:
gnome-terminal(orkonsole,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.