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

34 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.