0

Windows 8 で崇高なテキスト 2 を使用して、キーバインディングを次のように設定しました。

[
{
    "keys": ["ctrl+alt+f"],
    "args": {
        "id": "repl_f#",
        "file": "config/F/Main.sublime-menu"
    },
    "command": "run_existing_window_command"
},
{
    "keys": ["ctrl+shift+enter"],
    "args": {
        "scope": "selection"
    },
    "command": "repl_transfer_current"
}

]

しかし、「Ctrl + Shift + Enter」を押すと、次のエラーが表示されます。これを解決する方法を知っている人はいますか?

Traceback (most recent call last):
  File ".\sublime_plugin.py", line 356, in run_
  File ".\text_transfer.py", line 123, in run
  File ".\sublimerepl.py", line 437, in find_repl
  File ".\repls\subprocess_repl.py", line 185, in is_alive
  File ".\subprocess.py", line 705, in poll
  File ".\subprocess.py", line 874, in _internal_poll
WindowsError: [Error 6] The handle is invalid
4

0 に答える 0