Actionbar Paging

Hello. I am using Bartender4 to custom arrange the layout of my action bars. I currently have Bar 6 blank but set to bring up bars 8, 9, 10 whenever I press a modifier. Using the state configuration tab.

bar 8 (ctrl)
bar 9 (shift)
bar 10 (alt)

This way I can have bars 8-10 hidden and they only show up as bar 6 when I press the modifier.

What I’d like to do though is have a keybind that would toggle bars 8-10 over the bar 6 location. However I can’t find that option in the keybinding menu in WoW’s UI. If not a keybind, is there a Custom Conditional script or macro that would accomplish this?

The custom condition would be something like

[bar:1]8;[bar:2]9;[bar:3]10;0

Then you can use the default keybinds for action bar paging. Key Bindings > Action Bars > Action Page 1-6 or Next/Previous Action Bar

1 Like

That seems to do it! Thank you very much!