I am really not sure if this is a bug in sublime or something with my machine.
It looks to me like sublime is not detecting alt+e.
Steps to reproduce
- Open console (View -> Show Console)
- Run
sublime.log_input(True);. This will logs your keys pressed - Test it with pressing
altandrand it should printkey evt: alt+r - Test it again with pressing
altandeand here comes the issue. It does not print anything at my place.
I have tested this on
OSX 10.11.5 Sublime 3114
I would like to know if this is happening for other users as well.