Skip to content

Local-to-client paste from Qt GUI #11

@sjmf

Description

@sjmf

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 request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions