-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[UI] [keyboard?] Provide copy and paste functions #37
Comments
Update: "Copy" button: Use Currently i'm kind of blocked on this because of a weird bug when selecting text after more than one page of TTY text has been printed (selection happens from the beginning of the screen instead of where i'm actually pointing at). Needs further research. |
OK, bug fixed in 2d2ac17 - expect this issue to be closed soon (FINALLY) |
OK, so, seems we're not there yet. DOM access to clipboard is experimental and not implemented on the current Chromium version bundled with Electron, meaning i can't really build my own copy/pasting solution or whatever. State of things: You can copy and paste using the CTRL+C and CTRL+V keys. When the shell is not in a ncurses-style application (forget vim and nano). And it probably doesn't work for touchscreens. Marking as "ahead of its time". |
Damned, forgot i had a node process available. Shame on me. |
🎉 |
This still doesn't work for me on Ubuntu |
@annogram Use Shift+Ctrl+C/V keyboard shortcuts. |
Hi there. |
@unix4you2 What version of eDEX are you using? This feature has been implemented for a long time now and I haven't heard of any issues with it. |
Hi @GitSquared If I try to use that shortcuts under an standar terminal that works fine, but not under edex. Thanks for your time |
@unix4you2 Does copying something from another window and pasting it into edex with the shortcut works? |
Nop. The only thing I can see different in the virtual keyboard (VK) is that:
Regards |
The C or V not going on is because it's triggering the internal copy/paste functions instead of the regular keys. Would you be willing to try and run edex from source to see if the issue has been resolved since v2.1? If you don't have |
Yeah, I supossed that. |
I will get back to you with a test build, and do some testing myself in the meantime. |
Hi @GitSquared an important info: Copy and paste using Ctrl+Shit+C from eDEX to another application works fine. Regards. |
Please excuse me again... too many messages I sent but I found a temporally sollution. I already tested and in the other combination or shortcut that you can use in another terminals and editor works fine to paste: Shift + Insert So people that have the problem with Ctrl+Shift+V can use that shortcut instead. Regards. |
@unix4you2 Interesting. Internally eDEX uses clipboardy to retrieve the system's clipboard content. Maybe that dependency is failing on Elementary..? I use Debian myself and haven't had any issue with it, but maybe there is an additional package you need to install to make it work - i'm not sure. I'll look into it. |
@unix4you2 Here's a test build from the latest dev branch. |
Hi @GitSquared two things:
Regards. |
@unix4you2 Sorry, I wasn't clear enough; I'm going to replace that component with another API, hopefully that will work better on your system. Test build incoming. |
Hi @GitSquared I already tested the new binary you shared to me and it works like a charm. Using the new API is working everything. Anyway I will be using the Shift+Insert shortcut in the middle because I supose this change will be available in the next stable release, so I will wait for that. Thanks for your time. Best regards. |
@unix4you2 Glad we got this fixed. Thank you for your help, it will indeed ship in the next stable release. |
hey man can you make it so you can use the short key to quit a command |
@RamDerp ...what short key? |
Currently you can't copy/paste something from/to the TTY.
The text was updated successfully, but these errors were encountered: