You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, CodeMirror uses emacs-y keyboard bindings, which some languages use for input. For example, on the Mac Coptic keyboard layout, option+f inputs the letter phi (the same is true for option+d). This does not work in the AQL box due to keybindings from codemirror.
From what I see in the documentation these keybindings should be only active if the mode is explicitly set to "emacs" and if we have the emacs keybinding file included. Both should not be the case. I think the functionality of both is not really needed. I have to check on a mac why these key bindings are triggered (the solution would be to not support emacs keybindings at all)
By default, CodeMirror uses emacs-y keyboard bindings, which some languages use for input. For example, on the Mac Coptic keyboard layout, option+f inputs the letter phi (the same is true for option+d). This does not work in the AQL box due to keybindings from codemirror.
To reproduce:
The following issue suggests a fix, which I can confirm works in another CodeMirror project I have:
codemirror/codemirror5#3254
Basically on initializing the CodeMirror textarea, the bindings should be deleted:
The text was updated successfully, but these errors were encountered: