Search found 4 matches

by jamesbermudean
14 Mar 2018, 16:07
Forum: Ask for Help (v1)
Topic: Play/Pause in Spotify
Replies: 14
Views: 16648

Re: Play/Pause in Spotify

Changing ahk_class SpotifyMainWindow to ahk_exe Spotify.exe will fix issues with the latest Spotify update. Thanks again, the "Guest" was me, I've just noticed I didn't log in :lol: Changing ahk_class SpotifyMainWindow to ahk_exe Spotify.exe will fix issues with the latest Spotify update. Yeah! I a...
by jamesbermudean
11 Mar 2018, 08:08
Forum: Ask for Help (v1)
Topic: Play/Pause in Spotify
Replies: 14
Views: 16648

Re: Play/Pause in Spotify

Hi, Try the following: DetectHiddenWindows On PostMessage, 0x319,, 0xE0000,, ahk_class SpotifyMainWindow ; msg: WM_APPCOMMAND - lParam: APPCOMMAND_MEDIA_PLAY_PAUSE Next track: PostMessage, 0x319,, 0xB0000,, ahk_class SpotifyMainWindow Previous track: PostMessage, 0x319,, 0xC0000,, ahk_class Spotify...
by jamesbermudean
11 Oct 2017, 15:03
Forum: Scripts and Functions (v1)
Topic: Set laptop brightness & show Win 10's native OSD
Replies: 17
Views: 36790

Re: Set laptop brightness & show Win 10's native OSD

Hello, I am newbie here, but I have been using AutoHotkey since some years ago. I was looking for a way to control my laptop's brightness, and your script seems to be the solution. I am getting an error (Call to nonexistent function), and I have read that powrprof.dll is not loaded, but I don't know...
by jamesbermudean
06 Oct 2017, 15:40
Forum: Ask for Help (v1)
Topic: Hotkey to Change Laptop Brightness Topic is solved
Replies: 5
Views: 8906

Re: Hotkey to Change Laptop Brightness Topic is solved

Hello, I am newbie here, but I have been using AutoHotkey since some years ago. I was looking for a way to control my laptop's brightness, and your script seems to be the solution. I am getting an error (Call to nonexistent function), and I have read that powrprof.dll is not loaded, but I don't know...

Go to advanced search