seblindfors / ConsolePort

ConsolePort - Game Controller Addon for World of Warcraft
Artistic License 2.0
160 stars 38 forks source link

add possibility to remove / rescale keybind symbols #92

Closed marcjhayden closed 5 months ago

marcjhayden commented 6 months ago

currently, the shortcut symbols take up half of the skills (at least if you are using elvui + luckyone, classic era). It would be great to have:

I tried disabling the keybind text via ElvUI but that has no effect.

image

seblindfors commented 5 months ago

This is some effect caused by one of your addons. The default size on action bars scales to roughly 12px per symbol, and three symbols can fit horizontally without problem. You can disable all symbols if you want, using /cp disableHotkeyRendering true or Interface > Bindings > Disable Hotkey Rendering.

It's low priority, but I do have a todo for offering customization to hotkey rendering.

marcjhayden commented 5 months ago

Thanks, that worked! I thought I had looked everywhere