>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Not if they have their own widgets for input, no. If they have Angus> their own widgets, then they will have special code for things Angus> like Escape (char = 27 as opposed to keysym = XK_Escape). Angus> Ditto, their modifier key stuff will use different mechanisms Angus> to detect whether a Alt or Ctrl were pressed with the key. My Angus> proposal (pass the keysym rather than keybuf, char by char) Angus> unifies these behaviours. Angus> Of course, if they, like us, just threw away xforms' handling Angus> of keyboard events and started anew from the raw XEvents, then Angus> they will be able to continue doing so. Thanks for the clarification. I think it will be useful to spell this out when sending a patch for xforms. JMarc