The current key-map syntax is very much an artifact of clojure laterna. I'd be better we migrate away from it to something more extensible. Something like this would work: ```clojure #{:ctrl \a} ```
The current key-map syntax is very much an artifact of clojure laterna.
I'd be better we migrate away from it to something more extensible.
Something like this would work:
#{:ctrl \a}