+3

Make keyboard shortcuts display correctly for international keyboard layouts

Alexander Gödde 11 years ago 0

I'm German, and using Sublime Text with a German keyboard (no surprise there).


This means that  a lot of the keyboard shortcuts are simply displayed wrong,   e.g toggle comment  is shown as "control + /" whereas on the German keyboard I actually need to use "control + #"


Now I can use "sublime.log_input(True)" in the console to find through trial and 

error what keys to use, but this shouldn't be necessary, and is, additionally, not very helpful regarding less often used key combinations.


Do I really have to poke around & then keep something as old school as a printed overview of the key mappings on my keyboard around?