Modify

Opened 15 years ago

Closed 15 years ago

#1976 closed Bug (Wont Fix)

HotKeySet() - possible bug/conflict with F1

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: hotkeyset Cc:

Description

tried a few different keys and the key does not seem to matter. when you run the sample with the script focused (scite) and press F1 to open help, 1st msg box will appear.

If HotKeySet('!a', 'dummy') = 0 Then

MsgBox(0, , '1st')
Exit

EndIf

While 1

Sleep(100)

WEnd

Func dummy()

MsgBox(0,,'2nd')

EndFunc

Attachments (0)

Change History (1)

comment:1 by Jos, 15 years ago

Resolution: Wont Fix
Status: newclosed

This will happen when the script is already running and started with F5/Run from withing SciTE.
This is a known issue with SciTE's standard version we use and will not be fixed by me.

Jos

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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