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

Long macros do not scroll making it impossible to have more than 8ish keys #174

Open
AMcBain opened this issue May 23, 2020 · 0 comments
Open

Comments

@AMcBain
Copy link

AMcBain commented May 23, 2020

Steps:

  • Create a macro with input and outputs like this "u -> NMLK, LALT+P0+P2+P3+P4, NMLK".
  • Click the + button after the last NMLK key.

What happens:
The new configuration box will get mostly cut off and it'll be impossible to configure it.

Expected behavior:
Adding too many keys shouldn't cause them to get cut off. You should be able to configure all key boxes.

Notes:
Opening the dev console allowed me to select the macro container element (class MuiCardContent-root) and add "overflow: auto;" to that element. It looks like the CSS for the item it might be OK to change with the least impact would be in layer-macros.js resulting in the following:

  macroDef: {
    display: 'flex',
    alignItems: 'center',
    marginTop: 10,
    overflow: 'auto',
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant