Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: "Parse multi-line layer descriptions correctly by removing newl…
…ines from layer names Previously, if a user formatted the YAML key with the ? | syntax to allow a multi-line string in the key, the parse_layer_description function would not capture any characters past the first line. Now, the replace() method is used to replace all newline characters with a space, ensuring that descriptions are added correctly to the rule in karabiner.json
- Loading branch information