From 54ad66c4f50bdacc1ecdf416e667b374474cdeb8 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 23 Aug 2024 13:20:27 +0100 Subject: [PATCH] fix: Keybinding change lost in merge Signed-off-by: Gordon Smith --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a088606..f7e2fd4 100644 --- a/package.json +++ b/package.json @@ -1178,8 +1178,8 @@ }, { "command": "ecl.insertRecordDef", - "key": "ctrl+i r", - "mac": "cmd+i r", + "key": "ctrl+r", + "mac": "cmd+r", "when": "editorTextFocus && editorLangId == ecl" }, { @@ -1644,4 +1644,4 @@ } ] } -} +} \ No newline at end of file