I have just setup Sublime Text 3207. I use a keyboard with Bépo layout. When I write a letter in Sublime, the good letter is written in my editor. But when I use a keybinding with Ctrl or Alt, the typed letter match with a AZERTY keyboard layout.
Little example for the same letter press
>>> sublime.log_input(True)
chr evt: b (0x62)
key evt: control+a
My problem match with this issue.
This problem seems be a regression because the version 3.1.1 works perfectly. I can see the same problem on Sublime Merge…