-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Fix key group #167
Fix key group #167
Conversation
As of now there is no mutex on the |
@andremarcais what exactly is a key group? I just want to be certain before merging this. |
In X, one of four key groups is active. X maps a keycode (which represents a physical key) and group to a character. In higher level user configuration the user may, e.g., set the layout to Using options like My explanation oversimplifies this a little bit. This page explains this in greater detail. |
I see. Alright, I'll merge the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved based on working screencap and good feedback from other users.
Fixes/Closes #115
Description
Release notes
Notes: Bug fix for effective key group display.