This fix avoids conflicts with various platform-native keyboard mappings. For instance, on OSX with an FR keyboard, alt+; produces an ellipsis (…) and alt+shift+; is a middot (•), which typography fans (such as myself) want to retain in most of their files.
It's fine if you reserve such mappings in Cucumber contexts, but I want that in my Markdown, etc. :smile:
Also, generally ST favors keymap scoping to avoid conflicts with other ST keymaps.
Hey Drew!
This fix avoids conflicts with various platform-native keyboard mappings. For instance, on OSX with an FR keyboard,
alt+;
produces an ellipsis (…
) andalt+shift+;
is a middot (•
), which typography fans (such as myself) want to retain in most of their files.It's fine if you reserve such mappings in Cucumber contexts, but I want that in my Markdown, etc. :smile:
Also, generally ST favors keymap scoping to avoid conflicts with other ST keymaps.
Best,