Paste: CTRL+V vs ClickPasteText>PasteIntoBox>ClickConfirmPaste #334
Replies: 2 comments 3 replies
-
It's certainly possible, it'd require:
The current way allows avoiding the first two, which could lead to more issues than they really solve. I suppose it could be a setting, though. CTRL+V would have to be intercepted as if the sequence was forwarded to the remote site it could end up pasting whatever the host has in it's clipboard, and then start typing the client-side sequence too. |
Beta Was this translation helpful? Give feedback.
-
Ah I see. Maybe it could be something like: As for the user permission, I see that could be an issue, maybe even moreso with the jetkvm defaulting to unsecure (http). Thanks for the additional detail EDIT: Disregard the clear host clipboard, I just googled it and there's no hotkey or anything for clearing clipboard on most systems. Just manual processes or system settings. |
Beta Was this translation helpful? Give feedback.
-
I'm sure there's a valid reason for the convoluted paste feature, but I can't think of it. If its possible to paste into a text box and click a button and have it paste on the remote machine, how is it not possible to simply capture CTRL+V and have it skip the un-necessary steps of ClickPasteText>PasteIntoBox>ClickConfirmPaste?
Maybe its a limitation of the KVM it being a web doc (http://your.kvm.ip) and you can't give a webpage access to your clipboard like you can with mic/camera? Maybe because its http vs https? No idea, just spitballing.
Beta Was this translation helpful? Give feedback.
All reactions