Fix hot keys on Mac.

This commit is contained in:
Artem Sapegin 2012-10-19 15:15:27 +04:00
parent dbc04bc568
commit 92fbdc022a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
{ "keys": ["command+d"], "command": "duplicate_line" },
{ "keys": ["command+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]