vial-kb / vial-gui

Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time.
https://get.vial.today
GNU General Public License v2.0
945 stars 180 forks source link

"Keyboard Layout" menu has no US International layout #265

Open niun opened 2 months ago

niun commented 2 months ago

To see what a normal key does, one would select the same keyboard layout from the menu "Keyboard Layout" in the window menu bar in Vial as is selected in the OS. Is this correct? On the Win11 app (v0.7.1) and the browser app I feel there are a lot of entries not visible. The list ends with "S". I could not find an entry for the US International layout.

Screenshot 2024-09-23 024647

niun commented 2 months ago

After browsing the sources, I see now other layouts are not implemented. Bare with me a day or two, I might have a script then to convert windows layouts (like this) that can be found here to those keymap python files used in this project to define the layouts.

niun commented 2 months ago

I made a script to import windows keyboard layouts to vial python files. You can find it in this gist. I tested it only with the xml linked above for the US International layout, the result is also in the gist.