Function SetKxtab() Foundation

Installs a keyboard translation table that was saved with GetKxtab().

Syntax
SetKxtab( <cKeyTable> ;
        ) --> lInstalled
Return

Returns .T. if a keyboard translation table saved with GetKxtab() could be installed successfully otherwise .F.

Description

This function exists for compatibility reasons only. A key code is build from its ASCII code and the keyboard scan code, using SetKxlat(). This can lead to problems especially when programming in GUI mode and/or using different keyboards. It is strongly recommended not to use SetKxTab().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.