John Fortin wrote:
>
> I'm a bit confused about how XGGI handles keyboard input.
>
> With my DirectX port of GII, I set sym=label and the appropriate
> modifiers.
>
> Running XGGI and xterm, I only get lowercase letters. Looking at
> Xserver\hw\ggi\keyboard.c, which I take to be the keyboard handler for
> XGGI, I don't see where the modifiers for the keys are handled. How
> does XGGI know when the modifiers are set?
>
> Do I need to send the actual shift, control, alt keys themselves??
> Currently I don't send these keystrokes. I use them only to set the
> modifiers field.
Answered my own question. I started sending the shift/control/alt keys
and voila, I get capitals, c-C now works, c-M works, etc...
Of course, any other ideas or keys that need to be send are gratefully
accepted :)
>
> Thanks,
> John Fortin