Skip to content

Is there a better way to do multiline legends across a whole keyboard? #163

Open
@mr-september

Description

@mr-september

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions