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
In Syn, brackets are used to specify special keys like [space], [meta], [delete] (etc).
However, if the user is trying to type brackets, the contents are not parsed correctly by the regex. This results in no keydowns for [ and ].
Syn should be updated to allow for a more natural way to type brackets. Some software (like our's) use brackets extensively for specifying matrices and arrays, since MATLAB is both a programming and mathematics language. And right now it can be a little painful to use brackets with FuncUnit
The text was updated successfully, but these errors were encountered:
In Syn, brackets are used to specify special keys like [space], [meta], [delete] (etc).
However, if the user is trying to type brackets, the contents are not parsed correctly by the regex. This results in no keydowns for [ and ].
Syn should be updated to allow for a more natural way to type brackets. Some software (like our's) use brackets extensively for specifying matrices and arrays, since MATLAB is both a programming and mathematics language. And right now it can be a little painful to use brackets with FuncUnit
The text was updated successfully, but these errors were encountered: