diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index 3fb35f3..f7eb7b0 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -1,10 +1,10 @@ [ - {"keys": ["alt+r"], "command": "node_run", "context": - [ - { "key": "setting.is_widget", "operator": "equal", "operand": false } - ] - }, - {"keys": ["alt+d"], "command": "node_drun"}, - {"keys": ["ctrl+alt+r"], "command": "node_run_arguments"}, - {"keys": ["ctrl+alt+d"], "command": "node_drun_arguments"} + // {"keys": ["alt+r"], "command": "node_run", "context": + // [ + // { "key": "setting.is_widget", "operator": "equal", "operand": false } + // ] + // }, + // {"keys": ["alt+d"], "command": "node_drun"}, + // {"keys": ["ctrl+alt+r"], "command": "node_run_arguments"}, + // {"keys": ["ctrl+alt+d"], "command": "node_drun_arguments"} ] diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index c196e96..e24e9c0 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -1,6 +1,6 @@ [ - {"keys": ["ctrl+r"], "command": "node_run"}, - {"keys": ["ctrl+d"], "command": "node_drun"}, - {"keys": ["ctrl+alt+r"], "command": "node_run_arguments"}, - {"keys": ["ctrl+alt+d"], "command": "node_drun_arguments"} + // {"keys": ["ctrl+r"], "command": "node_run"}, + // {"keys": ["ctrl+d"], "command": "node_drun"}, + // {"keys": ["ctrl+alt+r"], "command": "node_run_arguments"}, + // {"keys": ["ctrl+alt+d"], "command": "node_drun_arguments"} ] diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 3fb35f3..f7eb7b0 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -1,10 +1,10 @@ [ - {"keys": ["alt+r"], "command": "node_run", "context": - [ - { "key": "setting.is_widget", "operator": "equal", "operand": false } - ] - }, - {"keys": ["alt+d"], "command": "node_drun"}, - {"keys": ["ctrl+alt+r"], "command": "node_run_arguments"}, - {"keys": ["ctrl+alt+d"], "command": "node_drun_arguments"} + // {"keys": ["alt+r"], "command": "node_run", "context": + // [ + // { "key": "setting.is_widget", "operator": "equal", "operand": false } + // ] + // }, + // {"keys": ["alt+d"], "command": "node_drun"}, + // {"keys": ["ctrl+alt+r"], "command": "node_run_arguments"}, + // {"keys": ["ctrl+alt+d"], "command": "node_drun_arguments"} ]