Event XbpWindow():keyboard Foundation
Keyboard input received.
:keyBoard := {| nKeyCode, uNIL, self | ... }
:keyBoard ( <nKeyCode> ) --> self
xbeP_Keyboard (1048580)
This method returns the object executing the method (self).
The xbeP_Keyboard event is generated when inputever is performed via the keyboard that does not correspond to a default event. The first parameter of the code block or the method contains the event code returned by AppEvent() which corresponds to the key pressed.
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.