Programming guideline of WinDom
- Name
-
windom.evnt.keybd - WinDom Event Keyboard configuration
- Type
-
Variable
- Syntax
-
windom.evnt.keybd = {mouse|front}
- Default value
-
windom.evnt.keybd = front
- Description
-
The variable sets the behavior of EvntWindom() with the
MU_KEYBD event. The value mouse means that EvntWindom() applies
the MU_KEYBD event to the window located under the mouse pointer
(standard X11 behavior). The value front means that EvntWindom()
applies the MU_KEYBD event to the window in the foreground
(standard GEM behavior).
- Parent group
-
windom.evnt