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

Copy & Paste functionality #65

Closed jan-engel closed 3 years ago

jan-engel commented 3 years ago

The extension is very nice, but I like to use copy & paste text. This is not working with the help of the mouse nor with the shortcuts Strg+C and Strg+V.

A copy & paste functionality would be very nice and helpful. Is there any way to enable it?

flozz commented 3 years ago

Hello,

Normally you should be able to copy/paste using the context menu (right-click on the terminal) or using the Ctrl+Shift+C / Ctrl+Shift+V shortcuts.

I do not know what the Strg key is, I do not have it on my Keyboard ^^' → Ok I found that Strg is the Ctrl key on german keyboards :)

Can you tel me which version of Nautilus Terminal you installed and how you installed it (a specific distribution package, pip, from source,...)

jan-engel commented 3 years ago

Hey,

I am on an arch system installing the extension using sudo pacman -S nautilus-terminal. The nautilus version is 40.1. But I have the same issue on my manjaro laptop with nautilus 38. Nautilus was installed by default.

Btw a context menu isn't shown up at all.

Sorry I forgot to translate the germany keyboard, ... :)

flozz commented 3 years ago

Ok, it seems the nautilus-terminal package is not yet up to date on Arch (the package contains the 3.5.0 version and the context menu was added in the 4.0.0), and Manjaro probably use the same package so...

The keyboard shortcut should work anyway, and maybe you can install Nautilus Terminal using pip until the Arch package was updated

jan-engel commented 3 years ago

I update the package from pip and the context menu is working now.
The keyboard shortcuts doesn't work at all but I can live with that at the moment. Thanks for the help.

flozz commented 3 years ago

Ok, I close the issue then. Open a new one if you have other questions :)