diff --git a/src/js/constants.js b/src/js/constants.js
index 0b4ef4073..251e12646 100644
--- a/src/js/constants.js
+++ b/src/js/constants.js
@@ -897,12 +897,16 @@ class Menu {
b |
+ Toggle Text Mode |
+ t |
+
+
Toggle Sonification Mode |
s |
-
- Toggle Text Mode |
- t |
+
+ Toggle Review Mode |
+ r |
Repeat current sound |
@@ -926,26 +930,45 @@ class Menu {
Auto-play speed up |
- Period |
+ Period (.) |
Auto-play speed down |
- Comma |
+ Comma (,) |
+
+
+ Check label for the title of current plot |
+ l t |
+
+ Check label for the x axis of current plot |
+ l x |
+
+ Check label for the y axis of current plot |
+ l y |
+
+ Check label for the fill (z) axis of current plot |
+ l f |
+
+ Check label for the subtitle of current plot |
+ l s |
+
+ Check label for the caption of current plot |
+ l c |
- Open GenAI Chat |
+ Toggle AI Chat View |
${
constants.isMac
? constants.alt
: constants.control
- } + Shift + ? |
+ } + Shift + /
- Copy last chat message |
+ Copy last chat message in AI Chat View |
${constants.alt} + Shift + C |
- Copy full chat history |
+ Copy full chat history in AI Chat View |
${constants.alt} + Shift + A |