[Keyboard] Support configuration of multiple keyboards #11
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
applications/manjaro-settings-manager#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: Kirek
We only support configuration with a single keyboard mapping, we need to detect and provide an interface to configure multiple keyboards
Created by: georoot
Would it be possible to use results from
xinput listand get all available keyboards from there itself ?Created by: philmmanjaro
Possible. Ramon, what do you think about that?
Created by: georoot
i did write the codes in c++ to read content from /dev/input/event0 or any interface for that matter.and xinput to get list of all keyboard interfaces
Created by: philmmanjaro
Fine. Edit it on your end and we review the code. Remember that master and 0.4.x use different stage of code. You might need to backport your master commit to our stable branch ...
Created by: Kirek
Whatever works for this is fine :)
Created by: georoot
hi please checkout this code . it could be used to find the device name and its file path. https://gist.github.com/cab3b620b7cfacbe3b15 . Now the problem i am facing is i am not too comfortable with Qt , so can you help me out with how to integrate this in the existing codebase. After this i was thinking in the lines of using setxkbmap to ket the keyboard map for each one diffrently.