AutoHotKey Not Running While Chrome Is Open

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
smithey59
Posts: 2
Joined: 09 May 2017, 07:26

AutoHotKey Not Running While Chrome Is Open

19 May 2017, 16:50

Hi,
I've been using a simple AHK script for media keys to control iTunes, Spotify etc. but it has stopped working while Chrome is open. The script works perfectly when only iTunes or Spotify is open but as soon as I launch Chrome it stops working. Once I close Chrome is continues to work again. I have searched around online for a fix to this issue to no avail so far so if anybody can help or has a fix for this it would be much appreciated.
donovv
Posts: 108
Joined: 15 Apr 2017, 21:06

Re: AutoHotKey Not Running While Chrome Is Open

19 May 2017, 21:25

can you post the script here so we can have some idea of where to start
smithey59
Posts: 2
Joined: 09 May 2017, 07:26

Re: AutoHotKey Not Running While Chrome Is Open

20 May 2017, 07:13

This is the script I'm running:

Code: Select all

^!Left::Send   {Media_Prev}
^!Space::Send  {Media_Play_Pause}
^!Right::Send  {Media_Next}
^!.::Send      {Media_Stop}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, mikeyww, RickC and 263 guests