Bind Ctrl-a and Ctrl-e on macOS #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ocavue/mac_key_ctrl_a_e"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FIX: Add a workaround for a bug on macOS where Ctrl-a and
Ctrl-e getting stuck at the edge of inline nodes.
Issue https://discuss.prosemirror.net/t/shortcut-ctrl-a-ctrl-e-dont-work-on-macos-with-inline-node
HomeandEndinpcBaseKeymapbecause the browsers on Windows don't seem to have this bug.(Test environment: Windows Server 2019 version 1809, Chrome 97, Firefox 96)
Merged this, with some changes to export the commands and make them do the right thing inside inline nodes.
Thanks!