| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Mar 14, 2008 5:47 pm Post subject: hotstrings output issue over remote desktop |
|
|
I am trying to setup hotstrings that will replace over a remote desktop. I do not need to communicate with any applications - only the auto-replace hotstrings. AHK is recogizing the hotstring sequences but the output is not correct on the terminal server.
| Code: | | :*:mypath::C:\Program Files\ |
When the replace is done in any application on my local PC, final text is fine:
C:\Program Files\
When the replace is done in any program on the TS, I get some garbage characters.
CKpRogram fIles\
Anyone have any thoughts?
Thanks |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 556 Location: MN, USA
|
Posted: Sat Mar 15, 2008 3:28 pm Post subject: |
|
|
I've never tried AHK over RD, but a title search for "Remote Desktop" returns 17 results, looks like some good info in there. _________________ http://autohotkey.net/~jaco0646/ |
|
| Back to top |
|
 |
DMisener
Joined: 17 Mar 2008 Posts: 1
|
Posted: Mon Mar 17, 2008 2:35 pm Post subject: |
|
|
Just to clarify...
You are trying to
1) Have AHK only installed on the local PC
2) Want to have hotstring expansion happen remotely when connected through remote desktop.
Correct??
I've too searched the forum for Remote Desktop, but none of the 60+ reference seem to address your simple question.
I don't have a setup I can easily test for you... but I'm sure other kind
forum members will chime in with their experience.
Good luck with AHK adventure  _________________ Dennis A Misener |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 19, 2008 2:41 pm Post subject: |
|
|
| Quote: |
You are trying to
1) Have AHK only installed on the local PC
2) Want to have hotstring expansion happen remotely when connected through remote desktop.
Correct??
|
Yes, that is exactly right. Thanks for helping to clarify. |
|
| Back to top |
|
 |
tonne
Joined: 06 Jun 2006 Posts: 1160 Location: Denmark
|
Posted: Wed Mar 19, 2008 3:42 pm Post subject: |
|
|
Try to specify a delay
| Code: | | :*k10:mypath::C:\Program Files\ |
_________________ there's a dog barking close within the range of my ear
sounds like he wants to escape the chain
he would probably bite me to death if he could
but the chain lets me spit in his face
- Kashmir |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 19, 2008 7:01 pm Post subject: |
|
|
| Thanks Tonne, but no luck with the key delay option. |
|
| Back to top |
|
 |
ManaUser
Joined: 24 May 2007 Posts: 901
|
Posted: Wed Mar 19, 2008 7:43 pm Post subject: |
|
|
| How about trying some of the other send modes. SendEvent/SendInput/SendPlay |
|
| Back to top |
|
 |
|