Jump to content

control shift d stopped working


Go to solution Solved by Jos,

Recommended Posts

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

 

Link to comment
Share on other sites

  • Developers
  • Solution

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.
  :)

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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