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

fix(sway/language): process input configuration changes #2962

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alebastr
Copy link
Contributor

After #2961, the module would stay hidden even if the input configuration is changed later on.

Draft, because:

  • Doesn't handle keyboard layout removal: need to track all the input type:keyboard devices and collect the list of all configured keyboard layouts. Possibly sorted by seats.
  • Needs testing. Preferably by other people :)

Input change type `xkb_keymap` should update the list of available
layouts and unhide the module if necessary.
Only addition of new layouts is implemented for now.
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

Successfully merging this pull request may close these issues.

None yet

1 participant