Cluster IIIThe Arcade
A fast, centralized text vault of interface mechanics, keybinding mappings, and UI string arrays — macros stored raw and copy-ready.
WoW Macro Library
Target-Sensitive Modifier Execution
Cast on focus with shift, on mouse-over with ctrl, otherwise on current target. Clears the red error frame to suppress spam.
# World of Warcraft Macro: Target-Sensitive Modifier Execution
/cast [mod:shift, @focus] [mod:ctrl, @mouseover] [] SpecializationAbilityName
/script UIErrorsFrame:Clear()
One-Button Interrupt
Falls through to the next available interrupt depending on spec; respects PvP trinket as a final step.
#showtooltip
/cast [@mouseover,harm,nodead][harm,nodead][@focus,harm,nodead] Counterspell
/use [combat] 14
Keybinding Maps
Universal FPS Bindings — Left Hand
| Action | Key | Notes |
|---|---|---|
| Movement | WASD | Standard |
| Crouch | C | Toggle, not hold |
| Sprint | Shift | Hold |
| Lean Left / Right | Q / E | Tactical shooters only |
| Push-to-Talk | Mouse4 | Thumb button |
| Grenade | G | Quick-throw on tap |
UI String Arrays
Path of Exile — Item Filter Snippet
# Highlight high-value uniques on the ground
Show
Class "Belts" "Boots" "Gloves"
Rarity Unique
SetFontSize 45
SetTextColor 175 96 37 255
SetBorderColor 255 152 61 255
PlayAlertSound 1 300
MinimapIcon 0 Yellow Star