Modify ↓
Opened 5 years ago
Closed 4 years ago
#3844 closed Bug (Fixed)
Right bracket does not register as a hotkey
| Reported by: | gemtoc | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.15.5 | Component: | AutoIt |
| Version: | 3.3.15.4 | Severity: | None |
| Keywords: | Cc: |
Description
HotKeySet("{}}","CaptureKey") ; bug right brace does not register as a hotkey, autoit help manual says this is correct syntax.
While 1
Sleep(1000)
WEnd
Func CaptureKey()
MsgBox(0,0,@HotKeyPressed) ; bug @HotKeyPressed is assigned 3 characters AutoIt help manual says to enclose these in brackets !#+{} making 3 characters, but @HotKeyPressed should be 1 characters because the above characters are enclosed in right and left brackets
EndFunc
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 4 years ago
| Milestone: | → 3.3.15.5 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12629] in version: 3.3.15.5
Note:
See TracTickets
for help on using tickets.

Thanks,
Fix sent to Jon