From b44ff7f8a0ea8b3e318bd6c5d7edc6720d168fb9 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 26 Feb 2024 16:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20keybindings=5Fwindows.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings_windows.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/keybindings_windows.json b/keybindings_windows.json index d86f943..10286b7 100644 --- a/keybindings_windows.json +++ b/keybindings_windows.json @@ -529,5 +529,13 @@ "text": "\u0001" }, "when": "terminalFocus" + }, + { + "key": "alt+r", + "command": "workbench.action.terminal.sendSequence", + "args": { + "text": "\u0012" + }, + "when": "terminalFocus" } ] \ No newline at end of file