[ { "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, { "keys": ["ctrl+d"], "command": "duplicate_line" }, { "keys": ["shift+alt+up"], "command": "swap_line_up" }, { "keys": ["shift+alt+down"], "command": "swap_line_down" }, { "keys": ["ctrl+t", "ctrl+u"], "command": "upper_case" }, { "keys": ["ctrl+t", "ctrl+l"], "command": "lower_case" }, ]