Opened on Sep 24, 2009 at 8:48:23 PM
Closed on Sep 24, 2009 at 11:52:21 PM
Last modified on Sep 28, 2009 at 4:16:16 PM
#1195 closed Bug (No Bug)
Control key sticks down when using HotKeySet i.e. Cntl d
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | sticky hotkey | Cc: |
Description
The control key sticks in the down position when using Hotkeyset with control d (or other keys). Found originally in v. 3.3.1.1 but problem exists in 3.3.0.0 also.
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , on Sep 24, 2009 at 11:52:21 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on Sep 26, 2009 at 3:57:42 AM
Replying to Valik:
No it doesn't. If you want to be taken seriously next time provide an example that reproduces the problem.
;
I appreciate your need to be able to reproduce the problem. I will try to reproduce the problem in something smaller than the 8000 line program I have written. If I can't reproduce it smaller would you be interested in looking at the problem in the 8000 line program with the associated SQL database? In twenty years of programing I have lived to learn with small bugs in programs I need, especially when working with something as good as Autoit. Thanks
follow-up: 4 comment:3 by , on Sep 26, 2009 at 7:03:53 AM
But the thing is: There's not a bug here. The most likely cause is you are using Send() inside a HotKeySet() callback function. There are a few other things you could be doing that lock the keyboard state unexpectedly. It should be trivial to reproduce and it should be obvious it's not a bug when you see just what it is.
comment:4 by , on Sep 28, 2009 at 4:16:16 PM
Replying to Valik:
But the thing is: There's not a bug here. The most likely cause is you are using Send() inside a HotKeySet() callback function. There are a few other things you could be doing that lock the keyboard state unexpectedly. It should be trivial to reproduce and it should be obvious it's not a bug when you see just what it is.
As usual you are correct. I am using a send command to automate entering the date in an GUIcntrl input box. I did not realize you could not do this. I tried to reproduce it in the example file for the GUI control input box but it worked flawlessly. My Mistake, sorry for abusing your time.

No it doesn't. If you want to be taken seriously next time provide an example that reproduces the problem.