OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
103 stars 29 forks source link

Angle-mod support #89

Closed fabi1cazenave closed 7 months ago

fabi1cazenave commented 7 months ago

As a user, I’d like to generate angle-modded versions of a given TOML layout :

# by default, it would be a [ZXCVB] permutation with the LSGT key (a.k.a. ISO key)
kalamine make layout.toml --angle-mod

# xkalamine support would be neat as well
kalamine apply layout.toml --angle-mod
kalamine install layout.toml --angle-mod

An option to use another key than ISO would be nice to see (e.g. Backspace), especially with ANSI layout descriptors, but #31 has to be fixed first.

fabi1cazenave commented 7 months ago

Fixed by #91