[Core] Add AR macros support to key binds
skasch opened this issue ยท 2 comments
Currently, AethysRotation key binding display only works for spells and items.
Add display of key binds for AethysRotation-supported macros.
See Core.lua for current key bind implementation.
Need a small rework of spell & items into "Actions" and make "Macros" a child of them to make everything nice.
Action supports has been added in HeroLib with herotc/hero-lib@3f4bc75#diff-ab5c83cbd2a7d9a094e37d37eaccbecd427fbb2fe4d2de8f899adf1fcece38c5
Although such support has not been added into HeroRotation yet.