| View previous topic :: View next topic |
| Author |
Message |
urlwolf
Joined: 16 Mar 2006 Posts: 148
|
Posted: Tue Apr 28, 2009 2:11 pm Post subject: problems with 64-bit apps in general? |
|
|
I'm using ahk 1.0.48 - (February 25, 2009).
This is windows server 2008 64-bit.
Mstly everything works ok. However when I try to send ^c to paste it doesn't work on ONE 64-bit application. This is Revolution R 1.3 (beta). Unfortunately, you cannot download it to test, which is pretty bad for testing
Is there any workaround fo 64-bit applications that misbehave? the same code pastes on notepad just fine.
Thanks |
|
| Back to top |
|
 |
evan1 Guest
|
Posted: Tue Apr 28, 2009 3:23 pm Post subject: |
|
|
try
| Code: |
save = %clipboard%
sendinput, %save%
|
|
|
| Back to top |
|
 |
urlwolf
Joined: 16 Mar 2006 Posts: 148
|
Posted: Tue Apr 28, 2009 4:06 pm Post subject: |
|
|
| That works; thank you! |
|
| Back to top |
|
 |
|