[Keyboard] Support configuration of multiple keyboards #11

Closed
opened 2014-08-21 20:40:32 +00:00 by philm · 6 comments
philm commented 2014-08-21 20:40:32 +00:00 (Migrated from gitlab2.manjaro.org)

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: Kirek* We only support configuration with a single keyboard mapping, we need to detect and provide an interface to configure multiple keyboards
philm commented 2015-07-27 19:36:36 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: georoot

Would it be possible to use results from xinput list and get all available keyboards from there itself ?

*Created by: georoot* Would it be possible to use results from `xinput list` and get all available keyboards from there itself ?
philm commented 2015-07-27 20:14:48 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Possible. Ramon, what do you think about that?

*Created by: philmmanjaro* Possible. Ramon, what do you think about that?
philm commented 2015-07-27 20:22:16 +00:00 (Migrated from gitlab2.manjaro.org)

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: 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
philm commented 2015-07-27 20:25:44 +00:00 (Migrated from gitlab2.manjaro.org)

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: 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 ...
philm commented 2015-07-27 20:47:22 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: Kirek

Whatever works for this is fine :)

*Created by: Kirek* Whatever works for this is fine :)
philm commented 2015-08-10 19:05:54 +00:00 (Migrated from gitlab2.manjaro.org)

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.

*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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
applications/manjaro-settings-manager#11
No description provided.