-
Notifications
You must be signed in to change notification settings - Fork 103
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
live-input-configuation #3531
live-input-configuation #3531
Conversation
This is still not complete:
|
c8a1430
to
fd8d0bc
Compare
6a9c9f5
to
4fd4248
Compare
4fd4248
to
155b388
Compare
Recap of discussion:
|
I don't think that a (hypothetical) input configuration utility should be updating the main |
e4dc3db
to
618d5fc
Compare
Agree, that will have to come from the shell implementation, e.g. integrating gsettings. |
155b388
to
9d7fbdb
Compare
Right, so the input configuration needs to be exposed (like this WIP), not "remain in the main |
9d7fbdb
to
65c61fe
Compare
65c61fe
to
edfbc68
Compare
Sorry, different trains of thought. …as opposed to a dedicated file. |
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.
Some minor things, but seems like a good change overall! Now we just need to get the keyboard stuff in there too :)
e859f60
to
551eb06
Compare
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.
This appears to be a sensible change form the options that I tested!
Seems I'm plagued with #3581 today |
Allow servers to dynamically update input configuration. There's a very simple "mir_demo_server.input" addition to `mir_demo_server` to exercise part of this API, but that is not intended prototype.
Allow servers to dynamically update input configuration.
There's a very simple "mir_demo_server.input" addition to
mir_demo_server
to exercise part of this API, but that is not intended prototype.