From d2ec7f810467e6523b39dc4e48683b1f5357df50 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Mon, 6 Jan 2025 14:53:47 +0100 Subject: [PATCH] Remove remaining shortcut to focus the chat input --- packages/jupyter-ai/schema/plugin.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/jupyter-ai/schema/plugin.json b/packages/jupyter-ai/schema/plugin.json index 37e0a4671..f3d9c4611 100644 --- a/packages/jupyter-ai/schema/plugin.json +++ b/packages/jupyter-ai/schema/plugin.json @@ -4,14 +4,6 @@ "description": "JupyterLab generative artificial intelligence integration.", "jupyter.lab.setting-icon": "jupyter-ai::chat", "jupyter.lab.setting-icon-label": "Jupyter AI Chat", - "jupyter.lab.shortcuts": [ - { - "command": "jupyter-ai:focus-chat-input", - "keys": ["Accel Shift 1"], - "selector": "body", - "preventDefault": false - } - ], "jupyter.lab.menus": { "main": [ {