question: what is used to generate the layout image? #33
-
might be cool to add to produce this as a build artifact by default? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I am currently creating the layout manually. Here's the source code if you want to modify: http://www.keyboard-layout-editor.com/#/gists/06469e3337fa76f1c6e95229f5c58522
There's now an example workflow (#76) showing how to automate the keymap using keymap-drawer. TL;DR: |
Beta Was this translation helpful? Give feedback.
-
has there been any effort on using keymap drawer? the nodefree repo that this uses seems to be incompatible as there is no root node in the keymap file. |
Beta Was this translation helpful? Give feedback.
-
Keymap drawer should work (it does for me). It is smart enough to include all necessary files and expand all macros. Two potential stumbling points:
|
Beta Was this translation helpful? Give feedback.
I am currently creating the layout manually. Here's the source code if you want to modify: http://www.keyboard-layout-editor.com/#/gists/06469e3337fa76f1c6e95229f5c58522
At some point, I am going to move over to use https://github.com/caksoylar/keymap-drawer to automate things, but I haven't found time yet to set things up to work end-to-end.There's now an example workflow (#76) showing how to automate the keymap using keymap-drawer. TL;DR:
just draw
does everything if you are using my local build environment (#74).