From aa3f7145f20a4faae982a210b28953402de323ab Mon Sep 17 00:00:00 2001 From: Adam Tuttle Date: Wed, 15 Oct 2014 11:37:55 -0400 Subject: [PATCH] Updated default keymapping for cfdump/writedump On OSX the key command Cmd (aka Super) + Alt + D hides/shows the system dock. This is a system wide keyboard shortcut. I think Ctrl+Shift+D would be a better fit. --- Default (OSX).sublime-keymap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index c9b3d6b..7b2e3bc 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -128,18 +128,18 @@ {"key": "selector", "operator": "not_equal", "operand": "source.cfscript.embedded.cfml"} ] }, - // super+alt+d writeDump(); + // ctrl+shift+d writeDump(); { - "keys": ["super+alt+d"], "command": "insert_snippet", + "keys": ["ctrl+shift+d"], "command": "insert_snippet", "args": { "contents": "writeDump(${0:$SELECTION});" }, "context": [ {"key": "selector", "operator": "equal", "operand": "source.cfscript"} ] }, - // super+alt+d + // ctrl+shift+d { - "keys": ["super+alt+d"], "command": "insert_snippet", + "keys": ["ctrl+shift+d"], "command": "insert_snippet", "args": { "contents": "" }, "context": [