Resolution
- Open the Developer tools of the Internet browser.
Be careful to not perform this procedure in a browser that is already open in the remote desktop session.
It's best to click in the Workspace's navigation pane first (so the active application session does not have focus).
In most Internet browsers on Windows, press [F12] to open the developer tools. - Navigate to the Console tab.
Enter the instruction below and confirm by pressing [Enter].
Enabling the clipboard log:
svGlobal.clipboardLog = true
Enabling the keyboard log:
svGlobal.keyboardLog = true
The contents of the console tab can usually be saved by right-clicking in the console and choosing the proper action.
Was this article helpful?
Tell us how we can improve it.