For Ubuntu Desktop 22.04, with the ctrl + alt + t shortcut is opened the default terminal available.
Now Terminator
was installed and with the same shorcut now Terminator
is opened instead. I did do a research in Preferences
for each one and does not exist a shortcut to define how to open each one. Only their respective internal shortcuts.
Through:
- Settings -> Keyboard -> Keyboard Shortcuts -> View and Customize Shortcuts -> Custom Shortcuts was defined ctrl + alt + y for
Terminator
and works.
But ctrl + alt + t remains for Terminator
yet.
Through
- Settings -> Keyboard -> Keyboard Shortcuts -> View and Customize Shortcuts -> Launchers I can see the
Launch terminal
option defined with ctrl + alt + t but is not possible edit to indicate useTerminal
How to Fix this?
In your keyboard settings in the shortcuts you might see something like
exo-open --launch TerminalEmulator
orLaunch terminal
being assigned to Ctrl+Alt+T.So, you will need to update the
x-terminal-emulator
default. You can do it by runningsudo update-alternatives --config x-terminal-emulator
from the current terminal:Example:
Make sure to choose the terminal application you want as your default.