SignSpice
SignSpice
This crate may make this pretty simple to implement: https://github.com/Narsil/rdev
@jtroo There will probably be a lot, I mostly use Clojure, Rust is quite new to me. I think I'm starting to wrap my head around your code a little...
Am I correct in thinking most of the work is going to be in `kanata/mod.rs`?
Also, if you could point out to me where the input is captured and where the final keycodes are sent, that would be great. :)
Thanks for the pointers! It would seem that `rdev` does not have all the keycodes that you have for windows and linux, but all the important-to-me ones. ```rust use crate::rdev::Key;...
I am so glad to see this! I found this project recently -- might be helpful as a reference: https://github.com/ethan-leba/tree-edit
Maybe it was to do with this?: https://github.com/emacs-tree-sitter/tree-sitter-langs/commit/3d302293b0fa7143d1e4308df4dd8c21171a35e6 https://github.com/emacs-tree-sitter/tree-sitter-langs/issues/80 https://github.com/emacs-tree-sitter/elisp-tree-sitter/pull/212
Cool! For me I am looking to unify my mac and linux boxes, so I'll work on the macOS support first.
I'm also interested in this.
I would also like to see these improvements.