Text attribute shows default action view

When creating actions with ON KEY (or COMMAND KEY without a command name in a MENU), the default action view (i.e. button in action frame) is invisible. However, if you define a text attribute for a function key or a control-x key, the default button is made visible. Remember you can control the visibility of the default action view with the defaultView action default attribute.

Note that it is also possible to set key labels with form attributes (KEY) or with function calls (FGL_SET_KEYLABEL()), this feature is supported for backward compatibility. Use action default text attributes in new developments.