From 4021971102d8a91f99c216af3cbd7388cd3a5a3b Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 22 Sep 2024 22:36:22 +0200 Subject: [PATCH] added an informative text about the shortcut in the options page. see #130 --- _locales/en/messages.json | 8 ++++++++ options/mzta-options.html | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 3ccb5f74..afdba6c7 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -327,6 +327,14 @@ "message": "To use this integration, you need to set up a local server compatible with the OpenAI API, like LM Studio. Once the server is running, enter its address in the designated field within the application. To ensure proper communication between ThunderAI and the local server remember to set the CORS settings correctly.", "description": "" }, + "prefsInfoDesc_5": { + "message": "Remember that you can open the ThunderAI menu using the keyboard shortcut CTRL+ALT+A.", + "description": "" + }, + "prefsInfoDesc_6": { + "message": "You can change the shortcut clicking on the cogwheel icon at the top right of this page and choosing \"Manage Extension Shortcut\".", + "description": "" + }, "prefsDonation_1": { "message": "Do you like this addon?", "description": "" diff --git a/options/mzta-options.html b/options/mzta-options.html index 7105da96..9b9e9f4f 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -183,10 +183,14 @@

__MSG_prefsInfoTitle__

-

__MSG_prefsInfoDesc_1__
+

+ __MSG_prefsInfoDesc_1__
__MSG_prefsInfoDesc_2__
__MSG_prefsInfoDesc_3__
- __MSG_prefsInfoDesc_4__

+ __MSG_prefsInfoDesc_4__ +
__MSG_prefsInfoDesc_5__ +
__MSG_prefsInfoDesc_6__
+

__MSG_TranslateText__ __MSG_TranslateLink__
__MSG_prefsDonation_1__
__MSG_prefsDonation_2__