Hi, I've found a kind of surprising behavior of a complete group of hotkeys.
This is an example, and seems to be quite simple:
Quote:
!+s::Send, Szoba
In an application, even in the Notepad the problem exists. When you push the three buttons, certeanly you are unable to do it perfectly one time, so you push the Shift and The Alt, and then the "s". But it doesn't work always, and I started to play with it, and found if I press Alt, and then press Shift, and then the "S", the script works, but, if I push Shift, Alt, "S", respectively, the first letter of the parameter of the send function is missing (in this case, it sends "zoba"). Then I tried a string starting with a different letter than "S" (since the 'S' key is pressed when sending the string, the same chracter as being sent to the application), but found no difference.
And, I tried to make an absurd change (+! in the place of !+):
Quote:
+!s::Send, Szoba
but there is no difference comared to the first code.
In a Shift+Alt combo, makes the sequence of the modifier keys (like Shift and Alt) difference?