ink-mde icon indicating copy to clipboard operation
ink-mde copied to clipboard

Missing Keymap support

Open FemiBlack opened this issue 2 years ago • 1 comments

Hi there, great project you've built here.

Was wondering if there'll be support for custom keymaps anytime soon?, (as available on CodeMirror).

Relevant discussion I found: https://discuss.codemirror.net/t/keymap-for-bold-text-in-lang-markdown/3150

I can probably do this manually right now by listening for keyup events. but i think it'll be much nicer if we had this as part of our configuration.

FemiBlack avatar Aug 21 '23 10:08 FemiBlack

@FemiBlack Any updates on this?

Apparently I can't listen for keyup either because CodeMirror intercepts it, so I'm at a bit of a loss...

EvanZhouDev avatar Apr 08 '24 00:04 EvanZhouDev