MasonProtter / ReplMaker.jl

Simple API for building repl modes in Julia
Other
134 stars 14 forks source link

Support Ctrl/Alt-Key combos as start key #26

Closed fingolfin closed 2 years ago

fingolfin commented 2 years ago

This addresses issue #24 partially. One can not handle shift, nor are arbitrary combos possible. E.g. Ctrl-, is not supported.

MasonProtter commented 2 years ago

This is great, thanks. I'll add some documentation to it and it should be good to go!