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"