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:
Code | Meaning |
---|---|
\e]0;title\a | -Set 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". |
-
Code | Meaning |
---|---|
\e]0;title\a | +Set 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;ct | +Set screen size (this is a command borrowed from xterm) | +