Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(REQUEST) Button Offset #787

Open
lildale03 opened this issue Dec 4, 2023 · 1 comment
Open

(REQUEST) Button Offset #787

lildale03 opened this issue Dec 4, 2023 · 1 comment
Assignees
Labels
enhancement A new feature

Comments

@lildale03
Copy link

lildale03 commented Dec 4, 2023

Currently how I have my action bar set up is in a minimalistic keyboard, so its 2 sets of 4x5, the left-hand side is normal, the right hand is my shift, giving me 32 buttons that i can actively see.

image

What I enjoy having is my stances changing my main left-side, but because of how I have everything implemented, that only leaves me with 4 paging bars.

Technically since I have Bars 1-8 shrunk to only being 5 buttons, I'm not actively using 7 buttons on each bar, wasting a total of 56 actions.

If there was a way to offset buttons, instead of paging from bars, we could offset the bars?
So on my 12345 bar, instead of paging to Action Bar 11, I could just Offset Action Bar 1.
(1,2,3,4,5)6,7,8,9,10,11,12 ---> 1,2,3,4,5(6,7,8,9,10)11,12

@Tuller Tuller added the enhancement A new feature label Dec 9, 2023
@Tuller
Copy link
Member

Tuller commented Feb 10, 2024

Have you tried /dom numbuttons 20? That'll give you 8 bars with 20 buttons each. (Note that this will reset your action button appearance, so you might want to create a new profile before doing this).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature
Projects
None yet
Development

No branches or pull requests

2 participants