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)
Note:
See TracTickets
for help on using tickets.

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