X16Community / x16-rom

Other
43 stars 27 forks source link

[KEYMAP] ISO-8859-16 characters not in -15 are now reachable in layouts that have them #347

Closed mooinglemur closed 2 months ago

mooinglemur commented 2 months ago

Since we have a set of 8859-16 glyphs in the list of in-ROM charsets, it made sense to allow them to be reached on keyboards that have those additional glyphs in their layouts.

This means those codes would be returned in ISO mode regardless of the charset loaded, but it seems more useful than excluding them entirely.

This PR brings the changes into effect from #329 by rebuilding the keymaps with the changed Python code.

Closes #345