From e41cd7efe0ff91a3185d186878894ec8ad3a6c87 Mon Sep 17 00:00:00 2001 From: "Thomas J. Webb" Date: Sat, 24 Oct 2015 10:59:10 -0700 Subject: [PATCH] Changed ctrl+enter to ctrl+enter to not interfere with sublime's bindings --- Support/Default.sublime-keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Support/Default.sublime-keymap b/Support/Default.sublime-keymap index 6b1f1a5..413ac25 100644 --- a/Support/Default.sublime-keymap +++ b/Support/Default.sublime-keymap @@ -152,7 +152,7 @@ ] }, { - "keys": ["ctrl+enter"], + "keys": ["ctrl+shift+enter"], "command": "run_macro_file", "args": { @@ -282,4 +282,4 @@ "command" : "haxe_show_documentation", "args" : {} } -] \ No newline at end of file +]