#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 , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
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 , 16 years ago
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 , 16 years ago
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.