I want to open a new Konsole tab with my keyboard. Is there a shortcut for that?
5 Answers
Works for me (in Kubuntu):
System Settings -> Shortcuts and Gestures -> Custom Shortcuts -> right-click -> New -> Global Shortcut -> Command/URL -> type a name (i.e. "Terminal" or "Konsole") -> choose tab "Trigger" -> click on None -> press Ctrl+Shift+T -> choose tab "Action" -> enter "konsole" for Command/URL -> apply
By default this combination (Ctrl + Shift + T) works in Ubuntu, but not in Kubuntu.

- 481
Here's how I assigned a shortcut to open the terminal (Konsole) demonstrated:
- Right-click on the Kickoff Application Launcher icon (in the left bottom corner of Desktop scene)
- Hit on Edit Applications...
- Expand System
- Hit on Konsole (Terminal)
- In right-side click on Advanced Tab
- In Current Shortcut Key set a new shortcut (Ctrl+Alt+T)
Try it.

- 3,514
Have to create a custom global shortcut from the system settings for the kubuntu.

- 113

- 12,256
-
2
-
-
yes, i checked all the shortcuts that are mapped in KDe's keyboard-settings. nothing was there. – kmonsoor Nov 06 '16 at 17:48
While adding a keyboard shortkut in the settings is the solution to your answer, I suggest a better solution than opening a new konsole every time:
Install yakuake:
sudo apt install yakuake
It has a global keyboard shortcut that is conigured at first start and it keeps your session with multiple terminal windows open in the background all the time.

- 32,486
-
Here's how to avoid opening a new Konsole every time: once you've launched it, you can press Super+0/1/2/etc, depending on which number the Konsole tab is in the tab bar. – Dan Dascalescu Apr 20 '23 at 04:15
Kubuntu 20.04
– ijuneja May 31 '21 at 04:42