Open
Description
Related to issue #21. The provided example, while very helpful for understanding the basics, does not seem to scale up for generating most of a keyboard in one go.
Is there an better way to implement multiline legends in a similar way to how normal legends are generated? For example, with "dataframes" like this:
top_left_legends = [
["", "!", "@", "#", "_", "", "~", "{", "}", "|", ""],
["", "$", "%", "^", "+", "", ":", "J", " ", "⎙", ""],
["", "&", "*", "(", ")", "", ">", "", "", "", "⤓"],
];
bot_left_legends = [
["", "1", "2", "3", "4", "", "`", "[", "]", "\", ""],
["", "4", "5", "6", "=", "", ";", "'", "", "⎀", ""],
["", "7", "8", "9", "0", "", "<", "", "", "", "⤒"],
];
Metadata
Metadata
Assignees
Labels
No labels