From 45674d9a4de830b9c5decb6855218e58cf9c745f Mon Sep 17 00:00:00 2001 From: AngryFender Date: Sun, 3 Mar 2024 14:46:01 +0000 Subject: [PATCH] Github Issue #137: Updated the removal of alt key handlers from the startup text --- startuptext.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/startuptext.h b/startuptext.h index 1c7b653..d8e5d93 100644 --- a/startuptext.h +++ b/startuptext.h @@ -4,17 +4,13 @@ #include const QString startupText = QStringLiteral("Keyboard Shortcuts:\n" - " - \"Alt + 1\" to search file/folders\n" - " - Then type \"/\" + name to search folders or\n" - " - \"Alt +/\" to search folders\n" - " - \"Alt + 2\" to navigate files/folders\n" - " - \"Alt + 3\" to start editing files\n" - " - Quick double \"shift\" for searching words in all files\n" + " - Quick double press \"Left Shift\" to search file/folders\n" + " - Quick double press \"Right shift\" to search words in all files\n" " - \"ch\" or \"check\" followed by tab for checkmark\n" " - \"uch\" or \"uncheck\" followed by tab for empty box\n" " - \"link\" or \"lk\"followed by tab for link markdown symbols\n" " - Right click \"Disable Markdown\" will show markdown symbols\n" - " - Right click \"Enable Markdown\" will hide markdown symbols\n" + " - Right click \"Disable WordWrap\" will disable word warpping \n" "\n" "Path Config:\n" " - Check config.txt in the exe folder to update the root path\n"