diff --git a/keymaps/atom-python-run.json b/keymaps/atom-python-run.json index ac9ab33..e0c2f48 100644 --- a/keymaps/atom-python-run.json +++ b/keymaps/atom-python-run.json @@ -1,6 +1,6 @@ { - "atom-text-editor": { - "f5": "Python run: run-f5", - "f6": "Python run: run-f6" - } + 'atom-text-editor':{ +'f7': 'Python run: run-f5' +'f8': 'Python run: run-f6' +} }