antonmedv/codejar

Allow keyboard navigation when capturing tab

Opened this issue · 1 comments

When capturing the tab key (enabled by default) this can block user who use keyboard navigation from escaping the editor and is an accessibility issue.

There is some discussion about how this can be handled in:

The codemirror option of supporting escape, tab seems like a reasonable one (but maybe that's me showing my vi history).

What about only capturing tab if something was modified?