FAR_PKF_FLAGS

The members of the FAR_PKF_FLAGS enumeration describe the state of the shift keys of an event sent to the ProcessKey function.
FlagDescription
PKF_CONTROL Ctrl is pressed
PKF_ALT Alt is pressed
PKF_SHIFT Shift is pressed
PKF_PREPROCESS Preprocessing: - FAR passes a "raw" keystroke.
This flag is applicable only to the virtual key code (second parameter of the ProcessKey function).

Remarks

See also:
ProcessKey