- Search for "Keyboard" in the Unity launcher
- Click the shortcuts tab
- Click "Custom Shortcuts"
- Click the "+" at the bottom of the window
- Enter a name, e.g., "Terminal"
- Enter the command: gnome-terminal --maximize
- Click "Apply"
- Set the keyboard shortcut by highlighting the row and typing the Ctrl-Alt-T key combination
Using the Unity Launcher
- Edit the file ~/.local/share/applications/gnome-terminal.desktop
- Paste these lines into the file:
[Desktop Entry]
Type=Application
Name=Terminal
Icon=utilities-terminal
Exec=gnome-terminal --maximize
- Save the file
- Log out and back in again