remap volume up / down

Post your working scripts, libraries and tools for AHK v1.1 and older
Lisa19
Posts: 48
Joined: 07 Apr 2019, 22:25

remap volume up / down

24 Oct 2019, 00:06

Code: Select all

INS & F11::  
Send {vkAEsc12E} ; volume down
KeyWait, INS, L ; prevent F11 from firing while INS is being held down. L: Check the logical state of the key,
Return

INS & F12:: 
Send {vkAFsc130} ;  volume up
KeyWait, INS, L ; prevent F11 from firing while INS is being held down. L: Check the logical state of the key,
return

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: WPLPHSS and 130 guests