mirror of
https://github.com/keyboardio/Chrysalis.git
synced 2026-02-28 19:07:17 +01:00
macOS has the E00 (left of `1`) and B00 (between `shift` and `z`) keys swapped. Our layout display code, the floating 104-key picker assumes a different layout. So for display purposes, when reading from macOS layouts, swap E00 and B00. Together with the previous commit, this fixes #1014, and makes the Croatian layout *almost* correct on Windows and Linux too, with only one symbol mis-mapped. There's nothing we can do about that at the moment. Signed-off-by: Gergely Nagy <algernon@keyboard.io>