OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
109 stars 29 forks source link

if 2 keys have the same symbols, but a different one in 1dk, the generated disposition for mac is invalid #26

Closed robinmoussu closed 10 months ago

robinmoussu commented 1 year ago

In my disposition, I have nbsp which can be typed using two different keys. And each of those keys have an associated symbol in 1dk, but it’s not the same. When generating .keylayout for mac, the generated file has "action" section to generate the symbol associated with 1dk + key. The id of that section is the same for both of the key with nbsp which is invalid. I manually fixed it by renaming the id of one of the section.

robinmoussu commented 1 year ago

TODO for myself: do a PR ;)

fabi1cazenave commented 10 months ago

Pasting your TOML file and your fixed .keylayout file would help. :-)