prosemirror-keymap
Advanced tools
Changelog
1.2.2 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.2.1 (2023-02-14)
Work around macOS putting the unmodified character in KeyboardEvent.key
when Cmd is held down, fixing shift-cmd-letter bindings.
Changelog
1.1.5 (2021-10-29)
Fix issue where iPhones and iPads with a hardware keyboard didn't have Mod converted to Cmd.
Changelog
1.1.4 (2020-05-18)
Fall through to the name associated with a key's keyCode
when the character produced isn't ASCII and isn't directly bound.
Changelog
1.1.3 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.1.2 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.
Changelog
1.1.1 (2019-11-15)
Fix an issue where keyboards layouts that use shift to produce characters that are created without shift on a US keyboard would fail to fire bindings for those keys that include the Shift- modifier.