Activates abilities on key down.
/console ActionButtonUseKeyDown 1
Values[]
- 0
- Off - Action buttons activate when releasing a keybind.
- 1 (default)
- On - Action buttons activate when pressing a keybind.
Details[]
- This account-wide CVar synchronises with the server.
- Applies to button slots on the action bar and multi action bars.
- Since Dragonflight, this constraints addon-made SecureActionButtonTemplate buttons to react in the same direction even when registering for clicks in both directions.[1]
- In Classic, addons may securely mimic this CVar using SecureHandlerBaseTemplate to wrap the OnClick handler.[2]
External links[]
- GitHub FrameXML, Gethe
References[]
- ^ SecureTemplates.xml, version 10.0.2.46313, near line 13, archived at Townlong-Yak
- ^ DahkCeles 2021-05-28. SecureActionButton with key down, mouse up. WoWInterface.