Jump to content

Recommended Posts

Posted

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

 

Posted
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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...