I’m using the Neo2 keyboard layout. When the default JavaScript syntax is enabled, I cannot type a quotation mark. No character appears, also no other change is visible in the user interface. In Neo2, the key combination for quotation marks is alt+, - Capslock is mapped to alt, but you can also use the normal alt key. Neither works.
When I enter >>> sublime.log_input(True) in the Sublime console and hit alt+,, the output is:
key evt: alt+,
chr evt: " (0x22)
This is only an issue with the default JavaScript syntax, as well as with the package JavaScriptNext - ES6 Syntax and one other JavaScript package I forgot the name of. There is no problem with syntaxes for other languages are or when editing a file without syntax enabled. I did not find any keybindings for alt+, in the default or user sublime keymap.
Sublime version: 3.2.2, build 3211
Does anybody know what could be causing this?