#Windows版
[{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} },{ "keys": ["ctrl+shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"} },{ "keys": ["ctrl+option+down"], "command": "duplicate_line" },{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },{ "keys": ["option+up"], "command": "swap_line_up" },{ "keys": ["option+down"], "command": "swap_line_down" },{ "keys": ["alt+/"], "command": "auto_complete" },{ "keys": ["ctrl+shift+d"], "command": "find_under_expand" },{ "keys": ["ctrl+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },]
#Mac版
[ { "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, { "keys": ["super+shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"} }, { "keys": ["super+option+down"], "command": "duplicate_line" }, { "keys": ["super+option+up"], "command": "duplicate_line" }, { "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, { "keys": ["option+up"], "command": "swap_line_up" }, { "keys": ["option+down"], "command": "swap_line_down" }, { "keys": ["super+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }, { "keys": ["super+e"], "command": "find_under_expand" },]