From bd1b488a43da12f4e788c1b24bb8080748fabb4f Mon Sep 17 00:00:00 2001 From: AnPineau <50783910+AnPineau@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:54:38 +0100 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f3e2d..0b75d8a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ In case using settings.json, the settings has 2 steps. "when": "editorTextFocus" }, { - "key": "F21", + "key": "F2", "command": "extension.multiCommand.execute", "args": { "command": "multiCommand.swapChar" }, "when": "editorTextFocus"