"
+" Each piano roll panel has keystrokes separate from the automation keystrokes, and thus not configurable. The arrow keys and some other characters provide functions that are common to the pattern edit and song \"piano rolls\"."
+"
"
+"
"
+" "
+" Standard movement keys | "
+" Arrow-left, -right, -up, -down | "
+"
"
+" "
+" vi-like movement keys | "
+" h, j, k, l"
+" |
"
+" "
+" Standard large movement keys | "
+" Page-Up, Page-Down, and Ctrl-Home, Ctrl-End"
+" |
"
+" "
+" Horizontal zoom keys | "
+" Zoom out 'z', zoom in 'Z', reset '0'"
+" |
"
+" "
+" Vertical zoom keys | "
+" Zoom out 'v', zoom in 'V', reset '0'"
+" |
"
+"
"
+""
+""
+};
+
/**
* Principal constructor.
*/
@@ -70,7 +118,7 @@ qsappinfo::qsappinfo (QWidget * parent) :
ui (new Ui::qsappinfo)
{
ui->setupUi(this);
-
+ ui->textBrowser->setHtml(qt(s_main_html));
}
qsappinfo::~qsappinfo ()
diff --git a/seq_qt5/src/qsmainwnd.cpp b/seq_qt5/src/qsmainwnd.cpp
index be8c8072..33434580 100644
--- a/seq_qt5/src/qsmainwnd.cpp
+++ b/seq_qt5/src/qsmainwnd.cpp
@@ -24,7 +24,7 @@
* \library seq66 application
* \author Chris Ahlstrom
* \date 2018-01-01
- * \updates 2023-08-21
+ * \updates 2023-08-26
* \license GNU GPLv2 or above
*
* The main window is known as the "Patterns window" or "Patterns panel". It
@@ -59,6 +59,7 @@
* Quit/Exit quit() Normal Qt application closing
* Help show_qsabout() Show Help About (version info)
* show_qsbuildinfo() Show features of the build
+ * show_qsappinfo() Show additional features
*/
#include