russelldavis / AutoHotkey-Scripts

12 stars 7 forks source link

sending ctrlAlt combination #1

Open apobekiaris opened 7 years ago

apobekiaris commented 7 years ago

Hi,

First thanks for this script as it brings ideas on how to handle rdp issues. My problem is that I want to pass combination like CtrlAltUp which are block by the rdp client, maybe you have a solution for this also?

russelldavis commented 7 years ago

Sorry, it's been a while since I've used this (I've since switched to a mac). Good luck though, and please report back if you find a solution.

apobekiaris commented 7 years ago

thnks for answering

here my solution

2 scripts

client ^AppsKey::^LAlt host ^LAlt::^AppsKey

you can leave the issue open maybe it helps somebody