From 1039a1603ccdefccafbdc08ded2755e940a048fa Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Fri, 9 Feb 2024 19:13:19 +0700 Subject: [PATCH] disable default keybinds to avoid conflicts with existing user preferences --- Default (Linux).sublime-keymap | 16 ++++++++-------- Default (OSX).sublime-keymap | 8 ++++---- Default (Windows).sublime-keymap | 16 ++++++++-------- 3 files changed, 20 insertions(+), 20 deletions(-) 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"} ]