Modify ↓
Opened 13 years ago
Closed 13 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 Changed 13 years ago by Jos
- Resolution set to Wont Fix
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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