From cc2e3eab8aac4d675b7ae7ae10f79d8a361a1776 Mon Sep 17 00:00:00 2001 From: ufortable <46037988+ufortable@users.noreply.github.com> Date: Thu, 10 Jan 2019 23:04:09 +0900 Subject: [PATCH] Update atom-python-run.json --- keymaps/atom-python-run.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' +} }