In CodeMirror docs, https://codemirror.net/doc/manual.html#commands, there are some commands that use Alt key in Mac. But Mac does not have an Alt key.
For ex: Alt-B (Mac) is mapped to action goWordLeft.
- Does codemirror docs refer to Mac's Option key in shortcuts that use Alt ?
- If I want to add a key mapping for Option-[ in Mac (and Alt-[ in windows), how can i do that ?