Cleanup Desktop Menu welcome text

This commit is contained in:
sonninnos 2023-06-18 20:25:23 +03:00 committed by LibretroAdmin
parent 244c86f661
commit 83d888ca4a

View File

@ -1742,13 +1742,15 @@ void MainWindow::showWelcomeScreen()
"but this Desktop Menu should be functional for launching content and managing playlists.<br>\n"
"<br>\n"
"Some useful hotkeys for interacting with the Big Picture menu include:\n"
"<ul><li>F1 - Bring up the Big Picture menu</li>\n"
"<li>F - Switch between fullscreen and windowed modes</li>\n"
"<li>F5 - Bring the Desktop Menu back if closed</li>\n"
"<li>Esc - Exit RetroArch</li></ul>\n"
"<ul>\n"
"<li>F1 - Bring up the Big Picture menu</li>\n"
"<li>F5 - Bring the Desktop Menu back if closed</li>\n"
"<li>F - Switch between fullscreen and windowed modes</li>\n"
"<li>Esc - Exit RetroArch</li>\n"
"</ul>\n"
"\n"
"For more hotkeys and their assignments, see:<br>\n"
"Settings -> Input -> Input Hotkey Binds<br>\n"
"Settings -> Input -> Hotkeys<br>\n"
"<br>\n"
"Documentation for RetroArch, libretro and cores:<br>\n"
"<a href=\"https://docs.libretro.com/\">https://docs.libretro.com/</a>");