| View previous topic :: View next topic |
| Author |
Message |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Wed Jun 20, 2007 3:38 pm Post subject: Letterproblem with SendInput!? |
|
|
I've a little bug at one of my hotkeys: | Code: | :*?:isg::
SendInput, Im Setup erfolgreich getestet
return | In rare cases the result is: | Quote: | | iIm Setup erfolgreich geteste | Any ideas why the first letter is sent twice?
I'll try it the next days with another send-mode... (but IIRC I did try this already some time ago... )
Thalon _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Jun 20, 2007 5:59 pm Post subject: |
|
|
No changes have been made to Send/SendInput/SendPlay in the last few months. Are you sure this didn't happen with older versions?
It might be better to do your hotstrings single-line when possible. For example:
:*?:isg::Im Setup erfolgreich getestet
This is because the program can then combine the automatic backspacing and the replacement text into a single SendInput API call, which should avoid any possibility of the user's physical keystrokes disrupting the simulated keystrokes. |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Thu Jun 21, 2007 8:05 am Post subject: |
|
|
@Chris
No, I don't say that this doesn't happen in older versions, I do have this problem sometimes over the last month (since using it). But I'm not shure what happens there.
But I'll try it inline. If it does happen again I'll post here again (SendMode = InputThenPlay) _________________ AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault |
|
| Back to top |
|
 |
|