Write Karabiner config in TypeScript #3479
evan-liu
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I created a project karabiner.ts for writing Karabiner config with simple and strong typed TypeScript API. Features supported now:
map('⇪').to('⎋', '⌘')
layer('m', 'move-mode')
simlayer('e', 'emoji-mode')
mapDoubleTap('↑').to('↖︎')
It will be very much appreciated if you could please have a look and let me know if you have any feedback or features you'd like to have, many thanks!
Beta Was this translation helpful? Give feedback.
All reactions