terminal
gnome-terminal is the default terminal application in Ubuntu.
Create a keyboard shortcut to open gnome-terminal full-screen
- Press Super, type 'keyboard' or 'keyboard shortcuts', press Enter
- Add a new Custom Shortcut.
- Title: "Full screen terminal"
- Command:
/usr/bin/gnome-terminal --full-screen
- Assign a shortcut, such as
Ctrl+Alt+t
[source]