I modified my debugger keys by changing Packages/Corona Editor/Default.sublime-keymap.
[
{ “keys”: [“f1”], “command”: “corona_docs” },
{ “keys”: [“f13”], “command”: “corona_debugger”, “args”: {“cmd”: “run”} },
{ “keys”: [“shift+f13”], “command”: “corona_debugger”, “args”: {“cmd”: “exit”} },
{ “keys”: [“super+f13”], “command”: “run_project” },
{ “keys”: [“f14”], “command”: “corona_debugger”, “args”: {“cmd”: “over”} },
{ “keys”: [“f15”], “command”: “corona_debugger”, “args”: {“cmd”: “step”} }
]
Is this the right place to do this or should I be modifying Packages/Users/Default (OSX).sublime-keymap?