diff --git a/docs/changelog.md b/docs/changelog.md index 743ae45f..795820be 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -73,7 +73,7 @@ The editor and template system now supports **JSON with comments** (JSONC)! 🎉 - You can use single line (`//`) or block (`/* */`) comment format. - The editor also has shortcuts for these operations: - [Ctrl + /] to toggle a line comment. - - [Ctrl + Alt + A] to toggle a block comment. + - [Shift + Alt + A] to toggle a block comment. #### Auto-Completion diff --git a/versioned_docs/version-1.7/changelog.md b/versioned_docs/version-1.7/changelog.md index 743ae45f..795820be 100644 --- a/versioned_docs/version-1.7/changelog.md +++ b/versioned_docs/version-1.7/changelog.md @@ -73,7 +73,7 @@ The editor and template system now supports **JSON with comments** (JSONC)! 🎉 - You can use single line (`//`) or block (`/* */`) comment format. - The editor also has shortcuts for these operations: - [Ctrl + /] to toggle a line comment. - - [Ctrl + Alt + A] to toggle a block comment. + - [Shift + Alt + A] to toggle a block comment. #### Auto-Completion