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!
Remapping to media key
Re: Remapping to media key
answer to second question is
SendKeys "%^+{F8}"
still need help wth how to define media key in script
SendKeys "%^+{F8}"
still need help wth how to define media key in script