AutoHotkey Community

It is currently May 21st, 2012, 5:20 pm

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 14th, 2010, 3:31 pm 

Replies: 22
Views: 2766


Do you think, there is a workaround (or even error-correction) for this behaviour, except restarting the script? I got an idea for this, which I haven't tried out myself: Maybe you could do a timer (which repeats itself every other time interval) on a function which initiates all the hotkeys using ...

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 10th, 2010, 9:50 pm 

Replies: 22
Views: 2766


BeachKlas wrote:
But I think there are features in autohotkey that lets you hide the systray icon.

Disables the showing of a tray icon.

#NoTrayIcon

Specifying this anywhere in a script will prevent the showing of a tray icon for that script when it is launched (even if the script is compiled into an EXE).

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 10th, 2010, 9:48 pm 

Replies: 22
Views: 2766


SetTimer, TimedReload, 90000 [color=red]Return[/color] TimedReload: reload return Well, this is our suggested workaround. :D You who had 270 users might be concerned about how this workaround affects your users. Because this implementation will cause the icon to be reloaded in the systray every tim...

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 10th, 2010, 9:42 pm 

Replies: 22
Views: 2766


SetTimer, TimedReload, 90000 [color=red]Return[/color] TimedReload: reload return Thank you! :) I didn't know I needed a return there, cause I didn't think the auto-execute section executed code in labels. Well, now u can all disregard my suggestion for a new implementation of SetTimer. :D

 Forum: Suggestions   Topic: call functions in HotKey, SetTimer

Posted: April 10th, 2010, 8:54 pm 

Replies: 4
Views: 3250


I'd like this too.

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 10th, 2010, 8:49 pm 

Replies: 22
Views: 2766


To workaround this problem, I've created some code that will reload my script file every 90 seconds. I have yet to see if it actually solves the problem. I will try to notify you later about the results. The script looks like this: ;-------------------------------------------------------------------...

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 10th, 2010, 7:27 pm 

Replies: 22
Views: 2766


In my case, its a regular keyboard hotkey, Ctrl+E, that stops working.
So we can exclude that it has something to do with the mouse specifically.

 Forum: Issues   Topic: ahk_l only?: Mouse hotkeys stop working sometimes

Posted: April 10th, 2010, 1:01 pm 

Replies: 22
Views: 2766


I'm experiencing something very similar. I'm not all sure but it seems to be the same thing. Though it doesn't happen after hibernate, but after some time playing the game (dungeons and dragons online) for which the script is used. My hot-key stops working after some time, and then I have to reload ...
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group