flozz / nautilus-terminal

A terminal embedded in Nautilus, the GNOME's file browser
GNU General Public License v3.0
323 stars 24 forks source link

Change Shortcuts #43

Closed DatL4g closed 3 years ago

DatL4g commented 4 years ago

Is it possible to change the shortcuts?

In my normal terminal e.g. I changed the shortcuts to copy and paste, however this setting isn't present in this nautilus-terminal.

(Installed with python)

Pop!_OS 20.04 LTS Linux 5.4.0-7626-generic Gnome 3.36.1

flozz commented 4 years ago

The shortcut is hard-coded so it is not configurable yet...

If you really want to change it, you have to edit nautilus_terminal.py:306:

But you are right, it could be nice to be able to configure this.

flozz commented 3 years ago

This is now configurable. The code is on master, it will be released soon.

flozz commented 3 years ago

→ released in v3.4.0 :)