It's the (awkward) shift+middle-click combo that brings up Terminator context menu for me when putty_paste_style = True.
This is in contrast to the docs, both the terminator_config manpage and the online manual, which state middle-click alone will bring up the Context Menu.
$ terminator --version
terminator 1.91
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
The mentioned shift+F10 combo also works, but also stuffs garbage (;2~) onto the command line.
Answer from Kim Taylor on Stack ExchangeIt's the (awkward) shift+middle-click combo that brings up Terminator context menu for me when putty_paste_style = True.
This is in contrast to the docs, both the terminator_config manpage and the online manual, which state middle-click alone will bring up the Context Menu.
$ terminator --version
terminator 1.91
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
The mentioned shift+F10 combo also works, but also stuffs garbage (;2~) onto the command line.
The middle-click on the mouse does, indeed, work and can bring up the context menu. However, what is probably missing from the manual is the fact that it requires a DOUBLE click of the middle mouse button (basically your scroll wheel).
Here are the exact instructions:
- Open/Start Terminator.
- Place your mouse pointer anywhere (e.g. the middle) within the open Terminator window.
- Double click the middle mouse button (scroll wheel).
- Select "Preferences" from the drop-down that pops up on the screen.
The settings in gsettings set org.gnome.desktop.default-applications.terminal exec doesn't affect the behavior of the context menu entry. The used terminal is gnome-terminal and that's hard coded in libterminal-nautilus.so in the package gnome-terminal. And this library is used by Nautilus.
Perhaps this will be changed in future versions, but currently it is a fact.
A solution that might work is to add a custom right-click option to the Ubuntu context menu entry instead of changing the pre-existing one.
For that purpose you can use the Nautilus-Actions Configuration Tool that you can get from the repository using sudo apt-get install nautilus-actions.
A quite well detailed tutorial can be found here.
Why use Terminator?
What shortcut is used to find a specific terminal in the Terminator?
Which shortcut is used to move between terminals in the Terminator?
- Install Nautilus-actions in 18.04
Launchpad user Daniel Marynicz has created PPA for Ubuntu 18.04 LTS with Nautilus. Follow those:
sudo add-apt-repository ppa:daniel-marynicz/filemanager-actions
sudo apt-get install filemanager-actions-nautilus-extension
but you need usefma-config-toolto launch. - Add action to nautilus
after those steps, in the right-clicked menu it will show 'open in terminator' like this

but it is still inconvenient!
3. Set action to the top level in menu
open the config of the nautilus

then, deselect "create root ..."

- enjoy it
for ubuntu 22.04 LTS I used to nautilus-open-any-terminal and it works perfectly. terminator in context menu