Remapping to media key

How can be this controlled in that simulator? Can HIDmacros be used with this application?
Post Reply
gleb
Posts: 2
Joined: 24 Sep 2018, 14:22

Remapping to media key

Post by gleb » 24 Sep 2018, 14:40

Hi! i'm trying to change Escape key on usb numpad keyboard to "previous music track" media key.
Needed media key is on event "177()" according to test area. Typing {177} in 'send keyboard sequence' or typing sendkeys "{177}" in scripting tab isn't working.

Also i will be grateful for correct example how to send Ctrl+Shift+Alt+F8 by "scripted" tab.
I was trying to type
sendkeys "(+^%{F8})"
or
sendkeys "(+^%){F8}"
but this doesn't work

Sorry for noob questions. Please help!

gleb
Posts: 2
Joined: 24 Sep 2018, 14:22

Re: Remapping to media key

Post by gleb » 27 Sep 2018, 15:36

answer to second question is
SendKeys "%^+{F8}"

still need help wth how to define media key in script

Post Reply