We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have a key defined in the .ino file as LSHIFT(RALT(Key_RightControl)). In Chrysalis this is displayed like this:
LSHIFT(RALT(Key_RightControl))
In they keyboard visualization (1) it is correctly displayed as S+AGr+Ctrl.
S+AGr+Ctrl
In the reference keyboard (2) the right Ctrl is correctly selected.
But in the “Modifiers” section (3) the Shift and AltGr keys are not selected.
To Reproduce
Expected behavior The Shift and AltGr keys should be seleted in the ”Modifiers” section.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have a key defined in the .ino file as
LSHIFT(RALT(Key_RightControl))
.In Chrysalis this is displayed like this:
In they keyboard visualization (1) it is correctly displayed as
S+AGr+Ctrl
.In the reference keyboard (2) the right Ctrl is correctly selected.
But in the “Modifiers” section (3) the Shift and AltGr keys are not selected.
To Reproduce
Expected behavior
The Shift and AltGr keys should be seleted in the ”Modifiers” section.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: