Fix hot keys on Mac.
This commit is contained in:
		| @@ -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"} } | ||||
| ] | ||||
		Reference in New Issue
	
	Block a user
	 Artem Sapegin
					Artem Sapegin