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

Aquí están las diferentes acciones:

  • Pour couper sends TO RDP SESSION the content of the TEXT AREA and produces Ctrl+V on the end to put the text INSIDE RDP SESSION (your OWN ENVIRONMENT is not touched!!!)

  • Pour IME converts chars from TEXT AREA to keystrokes and sends it so as if you have used keyboard. (this button is necessary when you want to put the text where clipboard text input is not supported inside rdp session app)

  • ToEnv TRIES to put text from TEXT AREA to YOUR OWN CLIPBOARD outside of your browser (not to RDP session but your own ENVIRONMENT!!!!) Because adding text to own clipboard is privileged action it must be executed by click.

  • Pour couper as mentioned, handles putting of text to rdp-clip+ctrl/v action without adding text outside of own browser due security since it would be pretty dumb to put text inside own clipboard when not really wished to do, so use for it “ToEnv”, this behavior will stay so and won’t be changed since requested so.

  • BckSpc : envía el comando del botón BACKSPACE a la sesión RDP (tu aplicación debe estar enfocada y soportar la acción del botón Backspace)

  • Espace sends to RDP session Space button command (your app must be focused and support Space button action)

  • Entrar sends to RDP session Enter button command (your app must be focused and support Enter button action)

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.*