Hi,
When pressing Ctrl-Alt-T when Konsole is already open, I would like for the existing window to be unminimized and for a new tab to be created, rather than a new window.
How to do this ?
Thanks
You must log in or register to comment.
Yes very possible
- Open the konsole settings, enable “use a single process” (or something)
- Copy the konsole desktop entry from /usr/share/applications to ~/.local/share/applications and change
Exec=konsole
toExec=konsole --new-tab
I did this, works without issues
Also, in Shortcuts, remove Ctrl-Alt-T from “Launch” and put it on “Open in New Tab”.
And it annoys me that you can’t close tabs in Konsole with middle click. Just sayin’.