hotkey problem

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
HIAC
Posts: 111
Joined: 11 Oct 2017, 17:59
Location: Republic of Serbia

hotkey problem

22 Nov 2017, 19:22

Code: Select all

^numpad1::
	SendPlay,^a^c{backspace}{enter}
	Sendplay, {f6}/astream %Inprogress%{enter}
	Sleep, 1000
	Sendplay, {f6}Currently listening to "%SongName%"{enter}
	If Clipboard != 
		SendPlay, {f6}%clipboard%
return
This works for me but not for my friend, like nothing happens at all
but this works

Code: Select all

^numpad1::MsgBox
what am I doing wrong?
A_AhkUser
Posts: 1147
Joined: 06 Mar 2017, 16:18
Location: France
Contact:

Re: hotkey problem

22 Nov 2017, 20:08

I suspect SendPlay to be the cause of the issue. In particular, according to the documentation:
Note: SendPlay may have no effect at all if UAC is enabled [...]
source: SendPlay
my scripts

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: BielGuitarJP, CrowexBR, mebelantikjaya, songdg, Spawnova and 314 guests