Document new functionality added to the TN3270 #2241
Labels
area: webui
Issues related to Zowe Application Framework (zLUX) or Zowe Desktop (MVD))
type: enhancement
New feature or request
Description
There is a new functionality added to the TN3270, which allows the user to define key sequences. This feature is not documented yet.
Pages to Update
3270 Terminal
Additional context
Requested description to be added:
Key Sequences
The key sequences feature allows users to define own key sequences. Each key sequence is basically a clipboard with possibility of using the modifiers keys (Ctrl, Alt, Shift), function keys (F1, F2, ...) and the combinations (such as Ctrl+E or Shift+F1). The definition is stored in the
_keySequences.json
file.Syntax of the JSON
keySequences
is an array of individual key sequencestitle
will be displayed in the key sequences menudescription
is used as hover help for each item in the key sequences menukeys
is an array of the key strokesnormal
for the typewriter keysspecial
for the function, modifiers and other special keysprompt
is used for user input and this input is pasted on the current cursor positionctrl
,alt
andshift
are boolean values for setting modifiers keysnormal
,special
orprompt
in one array item, only one action will be made in the order ofnormal
,special
andprompt
Example
Let's show this on the 2 defined key sequences:
Hello, world
onlyHome
to get on the command line/input fieldCtrl+E
will delete whatever might be in the input fieldCtrl+E
is predefined in the TN3270 as "EOF - Erase end of field"SWAP NEXT
Enter
The text was updated successfully, but these errors were encountered: