Skip to content

Commit

Permalink
fix: Keybinding change lost in merge
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Aug 23, 2024
1 parent 26cec04 commit 54ad66c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -1644,4 +1644,4 @@
}
]
}
}
}

0 comments on commit 54ad66c

Please sign in to comment.