roberth > 2020-07-17 15:43
drwinchell@gmail.com > 2020-07-17 17:01
(2020-07-17 15:43)roberth Wrote: I have a snippet var with hotkey Alt+1
It regularly triggers fine when I type the hotkey but since 2 or 3 weeks I an getting a strange behavior:
I power on my laptop and and start using the hotkey and it works fine but for some reason after I type hotkey again (its randon, could be after 10 .. 20 times it worked fine) then it hangs, the text isn't typed and what it worst the keyboard hangs, I cant type anything.
The Mouse still works so with it even I close QAP still the keyboard its frozen, but the only way to recover its to logoff / logon windows user again.
Since this is random, I really don't know if I can work full day or just after 1 hr it will get frozen.
Any ideas on what can I do to debug or fix it?
I have installed version 10.5.1
Thanks for your help.
Jean Lalonde > 2020-07-17 19:14
roberth > 2020-07-21 15:13
(2020-07-17 17:01)drwinchell@gmail.com Wrote:Thanks for the tip, I will use it and check if it works.(2020-07-17 15:43)roberth Wrote: I have a snippet var with hotkey Alt+1
It regularly triggers fine when I type the hotkey but since 2 or 3 weeks I an getting a strange behavior:
I power on my laptop and and start using the hotkey and it works fine but for some reason after I type hotkey again (its randon, could be after 10 .. 20 times it worked fine) then it hangs, the text isn't typed and what it worst the keyboard hangs, I cant type anything.
The Mouse still works so with it even I close QAP still the keyboard its frozen, but the only way to recover its to logoff / logon windows user again.
Since this is random, I really don't know if I can work full day or just after 1 hr it will get frozen.
Any ideas on what can I do to debug or fix it?
I have installed version 10.5.1
Thanks for your help.
I have something like this happen occasionally. What I do is press and release all of the Hotkey modifiers (Ctrl, Alt, Shift and Win) and that usually resolves the problem (but doesn't permanently fix it) . You could also right-click on the icon in the system tray and reload the script.
(2020-07-17 19:14)Jean Lalonde Wrote: Hi Robert,
Did you change the default values for Snippet execution? It is in "Options", "Various Advanced Options", the "Delays (in ms)". The default is: 40, 80 and 180.
Jean
Jean Lalonde > 2020-07-25 08:07
(2020-07-21 15:13)roberth Wrote: Hi Jean, I have not changed them still have the defaults but I can try.
Can you help me understand it, why 3 delays and not just one? how does it works everyone of the delays?
Thanks.
roberth > 2020-07-31 17:55
(2020-07-17 17:01)drwinchell@gmail.com Wrote:(2020-07-17 15:43)roberth Wrote: I have a snippet var with hotkey Alt+1
It regularly triggers fine when I type the hotkey but since 2 or 3 weeks I an getting a strange behavior:
I power on my laptop and and start using the hotkey and it works fine but for some reason after I type hotkey again (its randon, could be after 10 .. 20 times it worked fine) then it hangs, the text isn't typed and what it worst the keyboard hangs, I cant type anything.
The Mouse still works so with it even I close QAP still the keyboard its frozen, but the only way to recover its to logoff / logon windows user again.
Since this is random, I really don't know if I can work full day or just after 1 hr it will get frozen.
Any ideas on what can I do to debug or fix it?
I have installed version 10.5.1
Thanks for your help.
I have something like this happen occasionally. What I do is press and release all of the Hotkey modifiers (Ctrl, Alt, Shift and Win) and that usually resolves the problem (but doesn't permanently fix it) . You could also right-click on the icon in the system tray and reload the script.
(2020-07-25 08:07)Jean Lalonde Wrote:(2020-07-21 15:13)roberth Wrote: Hi Jean, I have not changed them still have the defaults but I can try.
Can you help me understand it, why 3 delays and not just one? how does it works everyone of the delays?
Thanks.
These values are duration in milliseconds of three delays inserted while pasting text snippets. I don't think you need to change these values. But you could try doubling them (this will slow down snippets execution - revert to original values if this does not fix the thing).
Since this issue has not been reported by others, you should also look for another cause in your environment. Check what has been added/modified on your system since the issue arise. Also, see if changing keyboard settings has an effect (https://bltt.org/adjust-windows-keyboard-repeat-rate/).
Jean