Trouble activating Keyboard Shortcut in Windows 10 Netflix App Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
marcgii
Posts: 10
Joined: 05 May 2017, 09:28

Trouble activating Keyboard Shortcut in Windows 10 Netflix App

22 Jun 2018, 13:03

So one of my standard Keyboard shortcuts I used is ctr+shift+alt+d. However, the Windows 10 Netflix app also uses that shortcut. The code below was my solution; but it doesn't work. When activate this, I get "71 hotkeys have been received in the last 62ms. Do you want to continue?" Can someone explain what's wrong?

Code: Select all

!+^d::
if WinActive("Netflix"){
    ;Send {Alt down}{Shift down}{Ctrl down}d{Alt up}{Shift up}{Ctrl up} ;this doesn't work either
    Send, !^+d
}else
    Run, D:
Return
marcgii
Posts: 10
Joined: 05 May 2017, 09:28

Re: Trouble activating Keyboard Shortcut in Windows 10 Netflix App

22 Jun 2018, 14:43

Thanks, that fixed it. Don't know why it didn't occur to me the hotkey was triggering itself,

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Lamron750 and 227 guests