From 102733fbb45631442d38518ad65d53c86f0f512a Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Fri, 20 Sep 2024 17:38:14 -0500 Subject: [PATCH] fix: address an issue where label keybindings are not included in Help menu (#563) --- src/js/constants.js | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/src/js/constants.js b/src/js/constants.js index 0b4ef407..251e1264 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