首页 > 其他分享 >autohotkey 视频遥控器

autohotkey 视频遥控器

时间:2022-10-09 21:45:09浏览次数:59  
标签:视频 exe autohotkey ahk GroupAdd SendInput 遥控器 remoteKey


GroupAdd remoteKey, ahk_exe msedge.exe 
GroupAdd remoteKey, ahk_exe chrome.exe
GroupAdd remoteKey, ahk_exe 哔哩哔哩.exe
GroupAdd remoteKey, ahk_exe bdcam.exe
GroupAdd remoteKey, ahk_exe PotPlayerMini64.exe
GroupAdd remoteKey, ahk_exe aDrive.exe

#IfWinActive  ahk_group remoteKey
{
       AppsKey::
          SendInput  {Ctrl Down}{F12}{Ctrl Up}
       Return
  
       Enter::
            SendInput  {Space}
       return

}

#p::Suspend       

标签:视频,exe,autohotkey,ahk,GroupAdd,SendInput,遥控器,remoteKey
From: https://www.cnblogs.com/zhuoss/p/16773804.html

相关文章