Commit a3f00e2 is causing trouble on many keyboard layouts.
In short, the "hide sidebar" keymap entirely disables the ability to write the closing square bracket ] on Azerty keyboard layouts (probably others). The native way to write some alternative symbols on Azerty is to use AltGr + [KEY] (see Wikipedia here). In the case of Azerty keyboards, AltGr + ) is supposed to write ], but it seems that Sublime detects it as Ctrl + Alt + ].
Temporary fix for current users: disable the shortcut.
Suggested fix: change the shortcut to a combination of keys which does not conflit with something else.
Commit a3f00e2 is causing trouble on many keyboard layouts.
In short, the "hide sidebar" keymap entirely disables the ability to write the closing square bracket
]on Azerty keyboard layouts (probably others). The native way to write some alternative symbols on Azerty is to useAltGr + [KEY](see Wikipedia here). In the case of Azerty keyboards,AltGr + )is supposed to write], but it seems that Sublime detects it asCtrl + Alt + ].Temporary fix for current users: disable the shortcut.
Suggested fix: change the shortcut to a combination of keys which does not conflit with something else.