The shortcut key to open console in Sublime Text 2 does not work

前端 未结 20 1933
故里飘歌
故里飘歌 2020-12-23 16:23

I\'m using Sublime Text 2 (version 2.0.1) on Windows 7, and I haven\'t installed any plugins for this software. I can use menu to open the console, but I cannot open console

20条回答
  •  無奈伤痛
    2020-12-23 16:47

    UK Keyboard

    Use Ctrl+' to open the console.

    When Ctrl+` is pressed, Sublime Text does not receive anything. It is therefore impossible to use this key combination for anything.

    When Ctrl+' is pressed, Sublime Text actually receives Ctrl+` instead.

    Debuging Keyboard Shortcuts

    To see what Sublime Text is receiving, enter sublime.log_input(True) at the console. Obviously change True to False to turn this off.

    Other programs can receive the physical Ctrl+` combination so it would seem the issue is within Sublime Text.

提交回复
热议问题