Skip to content

Commit

Permalink
Github Issue #137: Updated the removal of alt key handlers from the s…
Browse files Browse the repository at this point in the history
…tartup text
  • Loading branch information
AngryFender committed Mar 3, 2024
1 parent 5a272ed commit 45674d9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions startuptext.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
#include <QString>

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"
Expand Down

0 comments on commit 45674d9

Please sign in to comment.