[GAMEPLAY] AutoHotkey Media Keys Triggering Unrelated Actions In-Game
I heard that anti-scripting measures have been deployed and now I think they're affecting my AutoHotkey media keybinds. The hotkeys work like normal but certain commands also trigger certain hotkeys regardless of my keybindings ingame. Here's what I've found so far:
- Media_Play_Pause: Ping crosshair, like I pressed G
- Media_Prev: Cast first ability, like I pressed Q
- Media_Next: Open shop
- Volume_Up: Recall
Here's the script (man I wish there were spoiler tags or code block tags):
#InstallKeybdHook #UseHook On
<#!Ins::SendInput {Media_Play_Pause} <#!Del::SendInput {Volume_Mute} <#!Home::SendInput {Media_Prev} <#!PgUp::SendInput {Media_Next} <#!Up::SendInput {Volume_Up} <#!Down::SendInput {Volume_Down}
This is not the first time this has been reported, but it needs more attention (and I don't have an EUW account): Look here