helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
28 stars 29 forks source link

Keyboard: Add menu for keyboard models? #116

Open probonopd opened 2 years ago

probonopd commented 2 years ago

Do we need to add a menu for keyboard models?

Ideally we should auto-detect and auto-select those. xcb is seriously missing the equivalent of initgfx (tentatively called initxcb) that would automatically select the correct keyboard model.

Also, use translations for keyboard layouts in the "Variants" menu? https://github.com/freedesktop/xkeyboard-config/blob/master/rules/base.xml

louies0623 commented 1 year ago

One thing, the Chinese keyboard and the English US keyboard model are the same, how does this system distinguish.

probonopd commented 1 year ago

Maybe default to using Chinese when we know that the computer is in a Chinese timezone, or something like that?