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 J-Paul Mesnage, 5 years ago

Owner: set to J-Paul Mesnage
Status: newassigned

Thanks,
Fix sent to Jon

comment:2 by Jon, 4 years ago

Milestone: 3.3.15.5
Owner: changed from J-Paul Mesnage to Jon
Resolution: Fixed
Status: assignedclosed

Fixed by revision [12629] in version: 3.3.15.5

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.