Re: unwanted effect of new "more responsive" feature
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
I have since realized that the issue with the slower mouse scrolling and not being able to send other keystrokes is probably due to something else. I'm currently still on 5.3.35p. When I update to the unicode version, I think the following plugin call in the script I use to send keystrokes from Powerpro via my main AHK script (rather than having Powerpro itself send the keystrokes) breaks:
unicode.sendcopydata(SendString, win.handle("*master.ahk*,&,=autohotkey"))
Do you reckon I could fix this just by using
win.sendcopydata(SendString, win.handle("*master.ahk*,&,=autohotkey"))
instead after upgrading to a .37 version? I suppose the unicode plugin is obsolete after upgrading to .37?
Many thanks!