Skip to content

v1.5.0

Compare
Choose a tag to compare
@keithamus keithamus released this 22 Mar 10:51
· 111 commits to main since this release

This release adds a shortcut cmd/ctrl+shift+E for automatically wrapping selected text in a code block.

This also fixes a bug with capitalisation of hotkeys implying shift. On MacOS the cmd+shift plane specifically lower-cases letters, meaning event.key is set to lower case if metaKey and shiftKey are true; the same is not true for ctrl, or for other OSes. This fixes the bug so that the presence of shiftKey will capitalise event.key, for the hotkey attribute.