Closed

1 Rookie

 • 

3 Posts

2635

January 6th, 2022 07:00

x17 R1, play pause media keys?

The Alienware x17 R1 doesn't have a play/pause media key like my other Dell does. How can I create one, e.g. by assigning one of the Alienware macro keys to do play/pause (for Spotify / iTunes / etc., depending on what's running at the time)? I know how to go into the Alienware Command Center and create a new macro and assign it to a key, but I don't know what to put into Macros -> Create New Macro - Keystroke -> Enter Keystrokes + Modifiers so that it'll work like the Play/Pause key on my other Dell does?

1 Rookie

 • 

3 Posts

January 12th, 2022 06:00

Alright, I eventually figured out how to do this using AutoHotKey.

6 Operator

 • 

20.1K Posts

January 6th, 2022 09:00

1 Rookie

 • 

3 Posts

January 6th, 2022 10:00

Sorry, I don't see anything about play/pause on that page…

1 Rookie

 • 

9 Posts

March 20th, 2022 15:00

Some detail on how to do that:

  1. Install autohotkey
  2. Write three scripts:
    media_next.ahk

    send {Media_Next}

    media_prev.ahk

    send {Media_Prev}

    media_play_pause.ahk

    send {Media_Play_Pause}

  3. Right click them and click "Compile as exe"
  4. Create 3 AlienFX macros pointing to the right exe files

1 Message

November 22nd, 2022 11:00

I'd like to add on Windows 11 there is no option to "Compile as exe" when right clicking, but I simply pointed the new macros in AWCC to the .ahk files and it works perfectly! Appreciate you OP!

coolcoolcool_0-1669146725764.png

 

1 Rookie

 • 

1 Message

 • 

2 Points

May 22nd, 2025 00:52

Sorry to necro-post, i made a video tutorial for people having dificulty. 
(Thanks to people on this post for helping out, my video is based on their help).
https://www.youtube.com/watch?v=K_4hxnFJjeU&t=3s&ab_channel=hsbrasil

No Events found!

Top