Fix hot keys on Mac.
This commit is contained in:
parent
dbc04bc568
commit
92fbdc022a
@ -1,4 +1,4 @@
|
|||||||
[
|
[
|
||||||
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
|
{ "keys": ["command+d"], "command": "duplicate_line" },
|
||||||
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
|
{ "keys": ["command+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user