Solved
@ Admin please move this question if necessary
Hi everyone,
I´m using hotkey for quite a while and it is amazing.
But..
after a while hotkey is inactive and I have to start it again an agai and...
This is quite boring and I could not find anything about zhis issue with goggel or in the forum.
What is to do that hotrkey doesen´t quit afer a whlie??
My System: Windows 8 Prof and Windows 10 Prof
I think this issue does not occor in Win7 Prof!?
Thanks in advance.
Regards Hans
Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
Last edited by Sailor17 on 01 Feb 2016, 16:13, edited 1 time in total.
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
No idea what you are on about bud. Hotkeys do not suddenly stop working, unless there is a bug in your script or some problem with your system.
And you ask non-gaming questions in the parent forum of this one.
And you ask non-gaming questions in the parent forum of this one.
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
Can we see what script you're using? That might help us solve the problem.
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
The script is quiet long. Is there a possibility to upload a file. Sory I´m not very familiar with this forum.Zachatoo wrote:Can we see what script you're using? That might help us solve the problem.
Sory for late reply. I have to activate mail notification if it is available in this forum.
Hans
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
I will give you a link to the script file on my Goo..Drive. Is this ok?
This is quite the whole scrip I´m using. I´ve deleted only some personal information.
https://drive.google.com/file/d/0B9dpKR ... sp=sharing
This is quite the whole scrip I´m using. I´ve deleted only some personal information.
https://drive.google.com/file/d/0B9dpKR ... sp=sharing
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
This is quite the script. I went through most of the hotkeys and it kept working for me. The only thing that I saw was that pressing "Escape" was the hotkey to exit the script.Sailor17 wrote:I will give you a link to the script file on my Goo..Drive. Is this ok?
This is quite the whole scrip I´m using. I´ve deleted only some personal information.
Did you ever press Escape and find that the script ended? Or was it something else that caused it to stop working?
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
"Some problem with your system" is pretty vague. I assume you don't mean just any problem that could cause hotkeys to stop working, because that would make your point moot.evilC wrote:Hotkeys do not suddenly stop working, unless there is a bug in your script or some problem with your system.
There are some other possibilities:
- Another program has a keyboard hook which is returning without calling the next hook in the chain. In that case, KeyHistory would only contain keystrokes that the script sent.
- Another program or script takes over the hotkey, so the script never sees the key combination which would trigger the hotkey. In that case, only that key combination would be missing from KeyHistory.
- Something causes the OS to drop AutoHotkey from the hook chain (e.g. because it takes too long to respond). In that case, KeyHistory would only contain keystrokes that the script sent. This might only be caused by a "bug" in the script, but that isn't certain.
- The hotkeys are working but not having the intended effect. In that case, KeyHistory would show that the hotkey was recognized and ListLines would show that the hotkey subroutine ran.
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
I inferred from this statement that the user was under the impression that this was "normal" and that there was something he had to do to keep the hotkeys "live".lexikos wrote:"Some problem with your system" is pretty vague. I assume you don't mean just any problem that could cause hotkeys to stop working, because that would make your point moot.evilC wrote:Hotkeys do not suddenly stop working, unless there is a bug in your script or some problem with your system.
What is to do that hotrkey doesen´t quit afer a whlie??
I was merely saying that no, hotkeys should not "quit after a while" - either there is something wrong with his system, or his script.
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
I think you missed my point. You are implying that these are the only possibilities, but as I said, they are not.evilC wrote:either there is something wrong with his system, or his script.
I understand that's not all you were saying, but that's beside my point.
Re: Unexpectetd Termination of Hotkey and where can I ask non Gaming questions about Hotkey
@All Solved
Thank you very much for the helpful answers.
The script itself includes the sequence to terminate itself by pressing ESC.
***SNAP
;Dieses script abbrechen
Escape::
ExitApp
Return
***Snap
What a pity! This is what I never expected because many programs use ESC in various ways.
That is not a well elaborated terminating sequence for a hotkey program and should be removed from the sample files or at least changed to something like STRG+ESC if it is content in the example file.
I don´t know how this nonsense come in to my script, but I will trash this sequence immediately.
Thanks a lot. Now I can use hotkey in freedom again.
Hans
Thank you very much for the helpful answers.
The script itself includes the sequence to terminate itself by pressing ESC.
***SNAP
;Dieses script abbrechen
Escape::
ExitApp
Return
***Snap
What a pity! This is what I never expected because many programs use ESC in various ways.
That is not a well elaborated terminating sequence for a hotkey program and should be removed from the sample files or at least changed to something like STRG+ESC if it is content in the example file.
I don´t know how this nonsense come in to my script, but I will trash this sequence immediately.
Thanks a lot. Now I can use hotkey in freedom again.
Hans
Who is online
Users browsing this forum: mikeyww and 16 guests