Show/Hide Toolbars

Inventu FVTerm Web Terminal Emulation Help

The FVTerm javascript uses the file SCHSDefs.js to identify and highlight clickable hotspots.  By default, if you have a row of function key descriptions at the bottom of your screens, the SCHSDefs.js logic should be able to find and make those keys clickable.

 

The default has been that these are highlighted as click-able buttons in the FVTerm screen webpage.  For many users, these buttons are not preferable; these users prefer a transparent click overlay, so that the function keys look like they do in a standard terminal emulator.

 

Values:

 

SCHS

Button - uses the SCHS class in the active color CSS scheme.  This is typically a button --styling can be customized in the CSS file.

SCHST

As distributed creates a transparent overlay for your hotspots.

 

Example to make the hotspot default transparent:

 

<add key="HotSpotClass" value="SCHST"/>