On a Windows 8.1 system when I type Ctrl+` I get an incorrect response. Should show the console, but instead does something else.
I opened the console and turned on key logging via:
sublime.log_input(True)
I find that ctrl+(ctrl+backtick) actually gets logged as ctrl+\ (ctrl+backslash). After some playing around I found that ctrl+' (ctrl+singlequote) gets logged as ctrl+ (ctrl+backtick).
Unmodified backtick and singlequote keys are logged correctly. It is only when modified with ctrl that the key mapping is incorrect.
Is anyone else seeing this problem?
(Note: I don’t see this on my OS X system, only on my Win8.1 system. And I wrote a quick C# program to check the native keymapping of the system, and I find it has the correct mapping for backtick – modified with ctrl or not. So I don’t think the problem is in the machine or the operating system; I think it is an application problem with ST3.)
