-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Supporting pasting from local machine to client would be a great addition.
Currently, while some command-line keyboard implementations support paste (Curses, TTY), there's no support in the GUI for this.
This could be supported through a menu option (Edit -> Paste), the implementation of which should take the contents of the clipboard (using QClipboard) and transmit them char-wise to the client machine with a suitable per-character delay (10ms?).
This functionality can target v1.5.2.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request