| View previous topic :: View next topic |
| Author |
Message |
Tekl
Joined: 24 Sep 2004 Posts: 813 Location: Germany
|
Posted: Sat Mar 12, 2005 4:12 am Post subject: Clipboard and Adobe Applications |
|
|
Hi,
is it a Bug of AHK? If I set the clipboard within a hotkey, for example InDesign will Paste the old content of the clipboard. It seems it does not know about the changed clipboard. Switching to other applications and then back to ID sometimes works. Shouldn't AHK tell a applications that the clipboard has changed? Or is it bad design and it has to be done manually by SendMessage, but which message?
Tekl |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sat Mar 12, 2005 1:18 pm Post subject: |
|
|
I suspect this is caused by the fact that this particular application possibly maintains its own internal clipboard and does not monitor the external OS clipboard for changes.
I don't think there's any standard way to notify an app that the clipboard has changed, other than to simply change it (which doesn't seem to work in this case). |
|
| Back to top |
|
 |
|