Mapping Numpad Keys to Multimedia Keys Issues Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Eckdahl
Posts: 1
Joined: 14 Jun 2020, 11:07

Mapping Numpad Keys to Multimedia Keys Issues

14 Jun 2020, 11:22

Hey everyone, I'm trying to map some multimedia keys onto my keyboard as mine doesn't come with any...

I was able to create the volume changing keys here:

^F10::send {volume_mute}
^F11::send {volume_down}
^F12::send {volume_up}


But I wasn't able to map the play pause prev next keys. What am I doing wrong here? Is it possible to do "Ctrl" + "Numkeys"? These didn't seem to work when I compiled and ran my script.

^/::send {media_prev}
^*::send {media_Play_Pause}
^-::send {media_next}

Thanks!
Last edited by BoBo on 14 Jun 2020, 11:42, edited 1 time in total.
Reason: Added [code][/code]-tags.
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: Mapping Numpad Keys to Multimedia Keys Issues  Topic is solved

14 Jun 2020, 11:47

Hi,
Try it with NumpadDiv, Sub, Add, Mult
https://www.autohotkey.com/docs/KeyList.htm#numpad

I remember that not all combinations work with numkeys.
Perhaps ^NumpadDiv:: might actually not work.

Cheers!
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CrowexBR, doodles333, vysmaty and 252 guests