[SOLVED] Autotype from clipboard in remote RDP session

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Topsport
Posts: 14
Joined: 24 Nov 2022, 04:05

Re: [SOLVED] Autotype from clipboard in remote RDP session

Post by Topsport » 27 Nov 2022, 01:17

Problem solved for pasting in (Windows) Remote Desktop . Here is my script:

Code: Select all

!y::
SetKeyDelay, 10, 10
  StringReplace, clipboard, clipboard,`r,, All
SendEvent {Raw}%Clipboard%
Return

Post Reply

Return to “Ask for Help (v1)”