diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 9e735bdd9d5..e8db12b6fbb 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -1495,7 +1495,6 @@ "ctrl-m": "notebook::AddCodeBlock", "ctrl-shift-m": "notebook::AddMarkdownBlock", "ctrl-shift-r": "notebook::RestartKernel", - "ctrl-c": "notebook::InterruptKernel", "escape": "notebook::EnterCommandMode", }, }, diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 1a77bdbbcde..b9999625891 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -1633,7 +1633,6 @@ "cmd-m": "notebook::AddCodeBlock", "cmd-shift-m": "notebook::AddMarkdownBlock", "cmd-shift-r": "notebook::RestartKernel", - "cmd-c": "notebook::InterruptKernel", "escape": "notebook::EnterCommandMode", }, }, diff --git a/assets/keymaps/default-windows.json b/assets/keymaps/default-windows.json index f12157e68e3..a4d75c8da1d 100644 --- a/assets/keymaps/default-windows.json +++ b/assets/keymaps/default-windows.json @@ -1558,7 +1558,6 @@ "ctrl-m": "notebook::AddCodeBlock", "ctrl-shift-m": "notebook::AddMarkdownBlock", "ctrl-shift-r": "notebook::RestartKernel", - "ctrl-c": "notebook::InterruptKernel", "escape": "notebook::EnterCommandMode", }, },