Hey everyone,
im trying to make the compose key work to produce german special chars.
I'm working on two sun-solaris computers and they both seems to be
proper configured. On both, all other X-programs (and the shell) have no
problem to produce german-special keys but lyx (1.0.4) works only on one
(A) correctly. On the other sun (B) it is impossible to make
'compose'+'a'+'"'=ä  work. If I start lyx with -dbg 4  and type
'compose'+'a'+'"'

sun A produce:

KeySym is [0] and num_bytes is 0 the string returned is ""
Empty kbd action (probably composing)
KeySym is Shift_L[65505] and num_bytes is 0 the string returned is ""
KeySym is [0] and num_bytes is 0 the string returned is """
Empty kbd action (probably composing)
KeySym is [0] and num_bytes is 0 the string returned is "a"
Empty kbd action (probably composing)
KeySym is adiaeresis[228] and num_bytes is 1 the string returned is "ä"
Key [-1][adiaeresis][1]


thats work fine but
sun B:

KeySym is Multi_key[65312] and num_bytes is 0 the string returned is ""
Key [-1][Multi_key][0]
KeySym is Shift_L[65505] and num_bytes is 0 the string returned is ""
KeySym is diaeresis[168] and num_bytes is 1 the string returned is "¨"
Key [-1][S-diaeresis][1]
KeySym is a[97] and num_bytes is 1 the string returned is "a"
Key [-1][a][1]


produce: "a

Does anyone knows a solution to make the second one behave like the
first one?
Thanks
Jesko

Reply via email to