Skip to content

HTML5-Client: Verwendung der Zwischenablage

The clipboard can be found on the HTML5 Top menu, with this icon:

Screenshot 1 Most browsers except older MSIE browsers do not support the direct clipboard reading and writing due to security reasons.

Screenshot 2 Para copiar el texto de la sesión al portapapeles, usa Ctrl+C y para insertar el texto del portapapeles, usa Ctrl+V.

Pero presta atención cuando copies el texto con Ctrl+C, espera un tiempo antes de soltar las teclas Ctrl+C, porque si el texto del portapapeles solicitado llega después de que sueltes esta combinación de teclas, el texto no se añadirá al portapapeles de tu entorno. De esta manera se utiliza un soporte nativo de copia del portapapeles del navegador iniciado por Ctrl+C.

Alternativamente, puedes utiliser le menu du presse-papiers to copy from and to insert the text into RDP session clipboard.

There you can just insert the text into RDP session clipboard or add it to clipboard and auto-initiate Ctrl+C on RDP session side to insert text. The clipboard menu can be opened via action menu or Shift + F11.

  • When you copy the clipboard with the mouse inside an RDP session, the text gets sent to the browser and as soon as you go out of browser focus, the clipboard menu appears automatically to inform you that there was clipboard text and that you did not add it to your clipboard environment.

To avoid this behavior set the following line on the Clients folder, by default, the path is: C:\Program Files(x86)\tsplus\Clients\www\software\html5\settings.js :

openonclipblur = false;

*Si no tiene un archivo llamado “settings.js” en la carpeta “C:\Program Files (x86)\TSplus\Clients\www\software\html5”, entonces su versión de TSplus es más antigua y esta documentación no se aplica. Por favor, actualice su sistema primero o contacte con soporte.*