On Wed, Dec 18, 2002 at 10:26:09AM -0500, Kuba Ober wrote:
> So, there are just a few simple steps that take place:
> 1. Keyboard scancodes result from physical keypresses
> 2. current modmap is used by the X server to map scancode sequences to keysyms
> 3. keysyms are passed to the application via Xlib
> 4. it's up to the toolkit to decide what to do -- AFAIK the expected behaviour 
> (somewhat screwed in Qt) is to simply pass keysyms in some toolkit-transcoded 
> form to the widgets as proper events
> 5. for all documents, the application will typically pass the letters that are 
> inside the document's encoding set to the document, and should display 
> question mark or box or something similar for letters wich are outside of 
> document's encoding set.

Where in that scheme happens Composing?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to