03-07-2013, 08:35 AM
Im using laptop " MSI GT780DXR"
However , i may have found the source of problem . It might* be QM.
One of my macros/function does not release te alt key , after it does its thing.
Or maybe all of my alt+x etc macros , together with other shift+ , ctrl+ macros have this bug.
It may be a bug , or something else, im not sure.
But i can repeat it now
It especially happens with this macro.
This macro is bound to a keyboard trigger which is alt+s
I have added the macro as file attachment as well.
Now this macro , does not release alt key after i use it .
QM version is 2.3.5.0
Also it was happenning in older most recent version of QM aswell.
Now there are still other random keypresses aswell, rare but there, and these are without any modifier keys, something like pageup and page down were seen.
But they all may be related to , if any, bug in QM . Worth checking out whats wrong with that macro.
And further i have found that this code has something to do with it.
str stored.getsel()
If nothing is selected, then probably macro fails and does not release the alt key.
However , i may have found the source of problem . It might* be QM.
One of my macros/function does not release te alt key , after it does its thing.
Or maybe all of my alt+x etc macros , together with other shift+ , ctrl+ macros have this bug.
It may be a bug , or something else, im not sure.
But i can repeat it now
It especially happens with this macro.
spe -1
str+ myglob
myglob = "";
str stored.getsel()
str abc
abc.from(stored myglob)
OnScreenDisplay "added" -1 0 -1 "Comic Sans MS" 0 0xff0000 8
myglob = abc;This macro is bound to a keyboard trigger which is alt+s
I have added the macro as file attachment as well.
Now this macro , does not release alt key after i use it .
QM version is 2.3.5.0
Also it was happenning in older most recent version of QM aswell.
Now there are still other random keypresses aswell, rare but there, and these are without any modifier keys, something like pageup and page down were seen.
But they all may be related to , if any, bug in QM . Worth checking out whats wrong with that macro.
And further i have found that this code has something to do with it.
str stored.getsel()
If nothing is selected, then probably macro fails and does not release the alt key.
