how do I use .keymap file instead of .json? #17
-
The example corne repo worked pretty well.... I don't have keymap.json file in the repo, only my corne.keymap file... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Sorry I missed this -- I guess I don't get notifications for the discussion feature. For now, you will need the edit: hi @szsong, I've made some recent changes to remove the initial barrier of handcrafting a |
Beta Was this translation helpful? Give feedback.
Hi!
Sorry I missed this -- I guess I don't get notifications for the discussion feature.
For now, you will need the
keymap.json
file. Reading and writing an existing.keymap
directly would be very useful but there's a lot of complexity to doing it right. In the meantime ideally the app would support handling a missing/empty keymap but I haven't gotten around to that yet. If you need any help generating the keymap let me know!edit: hi @szsong, I've made some recent changes to remove the initial barrier of handcrafting a
keymap.json
file. If your repo doesn't include one already the API will generate one with a single empty layer, and if the app is processing a layer with fewer keys than t…