diff --git a/html_orig/pages/help.php b/html_orig/pages/help.php index 90c1afb..4aa8920 100644 --- a/html_orig/pages/help.php +++ b/html_orig/pages/help.php @@ -176,7 +176,17 @@

The user can input text using their keyboard, or on Android, using the on-screen keyboard which is open using a button beneath the screen. Supported are all printable characters, as well as many control keys, such as arrows, Ctrl+letters - and function keys. Sequences sent by function keys are based on VT102 and xterm. Here are some examples: + and function keys. Sequences sent by function keys are based on VT102 and xterm. +

+ +

+ The codes sent by Home, End, F1-F4 and cursor keys are affected by various keyboard modes (Application Cursor Keys, + Application Numpad Mode, SS3 Fn Keys Mode). + Some can be set in the Terminal Settings, others via commands. +

+ +

+ Here are some examples of control key codes:

@@ -532,7 +542,7 @@
-

Title and Button Labels

+

System Commands

@@ -541,33 +551,6 @@ Those changes are not retained after restart.

-
- - - - - - - - - - - -
CodeMeaning
\e]0;title\aSet screen title (this is a standard OSC command)
- \e]81;btn1\a
- \e]82;btn2\a
- \e]83;btn3\a
- \e]84;btn4\a
- \e]85;btn5\a
-
Set button 1-5 label - eg. \e]81;Yes\a - sets the first button text to "Yes".
- - - -
-

System Commands

- -
@@ -592,6 +575,25 @@ spontaneous restarts which require a full screen repaint. + + + + + + + + + + + +
CodeMeaning
\e]0;title\aSet screen title (this is a standard OSC command)
+ \e]81;btn1\a
+ \e]82;btn2\a
+ \e]83;btn3\a
+ \e]84;btn4\a
+ \e]85;btn5\a
+
Set button 1-5 label - eg. \e]81;Yes\a + sets the first button text to "Yes".
\e[8;r;ctSet screen size (this is a command borrowed from xterm)