Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same issue as codemirror/CodeMirror#6630 but for CodeMirror 6.
In modern Macs the Alt+F/B/D keys no longer perform the legacy emacs behavior. Instead they insert the special characters ƒ ∫ and ∂.
Alt+F/B/D
ƒ
∫
∂
These are the three lines that needs to be changed: https://github.com/codemirror/commands/blob/05812d896fcdcbdb22a2bca30ec83988d7373578/src/commands.ts#L656 https://github.com/codemirror/commands/blob/05812d896fcdcbdb22a2bca30ec83988d7373578/src/commands.ts#L662 https://github.com/codemirror/commands/blob/05812d896fcdcbdb22a2bca30ec83988d7373578/src/commands.ts#L663
The text was updated successfully, but these errors were encountered:
Remove alt-d/f/b from mac bindings
f34928a
FIX: Drop Alt-d, Alt-f, and Alt-b bindings from `emacsStyleKeymap` (and thus from the default macOS bindings). Issue codemirror/codemirror.next#525
Thanks for spotting that. Attached patch should take care of it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Same issue as codemirror/CodeMirror#6630 but for CodeMirror 6.
These are the three lines that needs to be changed:
https://github.com/codemirror/commands/blob/05812d896fcdcbdb22a2bca30ec83988d7373578/src/commands.ts#L656
https://github.com/codemirror/commands/blob/05812d896fcdcbdb22a2bca30ec83988d7373578/src/commands.ts#L662
https://github.com/codemirror/commands/blob/05812d896fcdcbdb22a2bca30ec83988d7373578/src/commands.ts#L663
The text was updated successfully, but these errors were encountered: