cajhin / capsicain

Powerful low-level keyboard remapping tool for Windows
353 stars 18 forks source link

Send media key #62

Closed sleepntsheep closed 3 years ago

sleepntsheep commented 3 years ago

Hello, is it possible to send media key with capsicain? for example ALT+J for volume down I am not sure if this has already been mentioned in the manual sorry.

cajhin commented 3 years ago

Yes, Windows defines some media keys that capsicain can send. Check https://github.com/cajhin/capsicain/blob/master/capsicain/scancodes.cpp Key labels would be VOLUMEDOWN, NEXTTRACK etc.

//ALT+J for volume down COMBO J [&...] >key(VOLUMEDOWN)

sleepntsheep commented 3 years ago

Thanks!