Post

Dell AWCC alienfx keybinds, Media Control

Install AutoHotKey.

My AHK version is 2.0.*.

Different versions have differences in code syntax.

To play next song, create a new .ahk script,

1
Send("{Media_Next}")

Save the file.

Open AWCC, in the shortcut tab,

alt text

Clikc BROWSE and choose the .ahk file you just created.

Similarly, to play previous song, the script is

1
Send("{Media_Prev}")

To play and pause, the script is

1
Send("{Media_Play_Pause}")
This post is licensed under CC BY 4.0 by the author.