DanielEms Posted August 31, 2021 Posted August 31, 2021 I have been using control - shift - d for years to execute a function, but it suddenly stopped working. If I change to control - alt - d it works! I have many other functions that run fine with control and/or shift. This example script produces no output in the SciTE Editor unless I change ^+d to ^!d HotKeySet("^+d", "MyTest") While 1 Sleep(100) WEnd Func MyTest() ConsoleWrite("MyTest :: Starting" & @CRLF) EndFunc
Developers Solution Jos Posted August 31, 2021 Developers Solution Posted August 31, 2021 Works fine om my Laptop. Could it be you have another program running that snoops the "control - shift - d"? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
DanielEms Posted August 31, 2021 Author Posted August 31, 2021 47 minutes ago, Jos said: Works fine om my Laptop. Could it be you have another program running that snoops the "control - shift - d"? Jos - that was a great suggestion! Webex Meetings appears to be hijacking control - shift - d WebEx Meetings Shortcuts If I run my AutoIt script BEFORE Webex Meetings starts, then AutoIt captures control - shift - d. Problem solved!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now