diff --git a/src/qt_gui/kbm_help_dialog.h b/src/qt_gui/kbm_help_dialog.h index c2d6d22a6..8bfbf31dc 100644 --- a/src/qt_gui/kbm_help_dialog.h +++ b/src/qt_gui/kbm_help_dialog.h @@ -44,7 +44,7 @@ private: QString quickstart() { return - R"(The keyboard remapping backend, GUI and documentation have been written by kalaposfos + R"(The keyboard and controller remapping backend, GUI and documentation have been written by kalaposfos In this section, you will find information about the project, its features and help on setting up your ideal setup. To view the config file's syntax, check out the Syntax tab, for keybind names, visit Normal Keybinds and Special Bindings, and if you are here to view emulator-wide keybinds, you can find it in the FAQ section. @@ -68,20 +68,20 @@ A: You can switch between them with F7, and it is required, because mouse input Q: What happens if I accidentally make a typo in the config? A: The code recognises the line as wrong, and skip it, so the rest of the file will get parsed, but that line in question will be treated like a comment line. -Q: I want to bind to , but your code doesn't support ! +Q: I want to bind to , but your code doesn't support ! A: Some keys are intentionally omitted, but if you read the bindings through, and you're sure it is not there and isn't one of the intentionally disabled ones, reach out to me by opening an issue on https://github.com/kalaposfos13/shadPS4 or on Discord (@kalaposfos). )"; } QString syntax() { return - R"(This is the full list of currently supported mouse and keyboard inputs, and how to use them. + R"(This is the full list of currently supported mouse, keyboard and controller inputs, and how to use them. Emulator-reserved keys: F1 through F12 Syntax (aka how a line can look like): #Comment line - = , , ; - = , ; - = ; + = , , ; + = , ; + = ; Examples: #Interact @@ -92,7 +92,7 @@ r2 = leftbutton, lshift; axis_left_y_minus = w; You can make a comment line by putting # as the first character. -Whitespace doesn't matter,