Am Montag, den 01.10.2007, 13:16 +0200 schrieb Marc Santhoff:

>       ks := XStringToKeysym(pchar(key));
>       kc := XKeySymToKeycode( display, ks );

Sorry, but this is not really correct, you more likely want to do it the
other way round:

        XKeycodeToKeysym(...)

seems to be more appropriate, since you're not sending keycodes but
receiving them ...

Sorry,
Marc


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to