-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot copy content into clipboard inside web browser #77
Comments
sshx's terminal does not support copy and paste at all, can it be supported? |
Hey, Cmd+C and Cmd+V work for me on macOS / Chrome. Do you know which operating system and browser that copy/paste is unavailable in? I can see if I can reproduce and develop the appropriate change. |
Operating system, customized system based on Linux from scratch Other web pages can be copied normally, and the chat window can also be copied, but the terminal of sshx can not be copied at all, but can be pasted. |
Thanks, if anyone else wants to chime in feel free! So far it sounds the keyboard shortcut is working on macOS but not on Linux. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I test it on windows, I can paste commands into the web terminal, but can not copy contents in the web terminal and paste it into other place |
Hi @xiebruce, what is your Windows version and browser version? |
Actually I'm using macOS and it works fine, I can paste contents into the web terminal or copy contents out from the web terminal. And the Windows(x86_64) is installed in parallels desktop on my Mac(Intel cpu), here is the version:
|
Just tested on Windows, Ctrl+C sends a SIGINT and Ctrl+Shift+C opens up inspect element. Version: Windows 10 Home |
Oh, the browser that I use on Windows is: Edge 124.0.2478.67 (64bit) |
Based on normal windows terminal behavior, this seems about the same. Only difference is Ctrl+V allows pasting which doesn't seem to work in sshx. My guess is that it has to do with how Ctrl in windows terminals is reserved while in Mac, the default is also Ctrl but there's Cmd for copy paste instead. |
Oh, sorry, I forgot to tell you that I run the |
Control-shift-c does not work at all Chrome Version 124.0.6367.91 (Official Build) (64-bit) noah@zn210:~/bin$ cat /proc/version Same with Debian Bookworm. I do not see any way to copy in my environment with the mouse, so I revert to vi commands for copy. |
On Fedora 40 with Brave browser Control-shift-v works perfectly all the time for pasting. Control-shift-c opens the command panel instead. Trying to copy with right click thinks the text is an image. Firefox works better, there at least the right click option works. |
Firefox works fine for copy & paste on |
On Firefox for me this extension works: https://addons.mozilla.org/en-US/firefox/addon/ctrl-shift-c-should-copy/ |
Whether Ctrl+C or Ctrl+Shift+C is unavilable inside browser
The text was updated successfully, but these errors were encountered: