diff --git a/addons/blocks2image/addon.json b/addons/blocks2image/addon.json index 49f4c72ed3..a2669e7a38 100644 --- a/addons/blocks2image/addon.json +++ b/addons/blocks2image/addon.json @@ -28,5 +28,12 @@ "temporaryNotice": "The addon has been reworked. There is now a modal for saving the blocks as an image, and the image can be copied to the clipboard.", "isMajor": true }, + "info": [ + { + "id": "keys", + "type": "info", + "text": "You can press the enter key to copy the block to the clipbard, or press the 1 - 3 keys corresponding to the buttons." + } + ], "permissions": ["clipboardWrite"] }