What is a keyboard hook?
Ans. A keyboard hook is a used for intercepting all the keyboard activity going to a VisualWorks component. It is a block which is evaluated just prior to the widget controller handling a keyboard event. Keyboard hook can be set as follows: | comp | comp :=3D anApplicationModel builder componentAt:= #myComponent. comp widget controller keyboardHook: aBlock.