The bottom of the emulation window typically contains buttons for frequently used requests. By using the mouse to click this toolbar, you can trigger the actions assigned to the buttons, for example, F1: send the F1 key to the host.
The structure of the toolbar can be customized as required.
The structure of the settings file is described here for your reference. However, we recommend that you always make changes using the toolbar editor:
The toolbar contains buttons that trigger special actions. These are terminal-specific and grouped in the toolbar files in the lwh.keys.arr[] array.
When loading the terminal file, this definition is evaluated by lwh.keys.gen().
Content of lwh.keys.arr:
lwh.keys.arr = [ "PF1" , "PF2" , "PF3" , "PF4" , "PF5" , "PF6" , "PF7" , "PF8" , "PF9" , "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PF16", "PF17", "PF18", "PF19", "PF20", "PF21", "PF22", "PF23", "PF24", "ENTER","PA1", "PA2", "PA3", "CLEAR", "CURSEL" ];
lwh.keys.arr = [ "PF1" , "PF2" , "PF3" , "PF4" , "PF5" , "PF6" , "PF7" , "PF8" , "PF9" , "PF10", "PF11", "PF12", "|", "PF13", "PF14", "PF15", "PF16", "PF17", "PF18", "PF19", "PF20", "PF21", "PF22", "PF23", "PF24", "|", "ENTER","PA1", "PA2", "PA3", "CLEAR", "CURSEL" ];
lwh.keys.arr = [ ... "Hilfe|lwk.send('<PF1>')" , "PF2" ,... ... ];