>>>>> "Rick" == Rick Janda <[EMAIL PROTECTED]> writes:
Rick> Hallo, I use Lyx 1.1.4. It seem, that lyx always use the key
Rick> with modifier bit 1 as Meta, independant of the according
Rick> keysym.
Indeed. I think most X applications do that (am I wrong?). For
example, I do not have a 'meta' key on my keyboard, but keys noted
'alt', so it is reasonable that LyX uses them.
Rick> I use a keybord with seperate key for Meta and Alt. As default,
Rick> mod1 is assigned to Alt and mod4 is assigned to Meta. Therefore,
Rick> Lyx thinks my Alt key would be Meta.
Rick> Can I change this behavior without changing my X keymapping.
I do not know how we could change that in a generic way... From the
source, it seems that changing Mod1Mask to Mod4Mask in all files where
this occurs should suffice. However, if we wanted to add a way to
select that in lyxrc, we would have to make sure that the change is
taken in account before any key sequence is defined, which requires a
bit of work.
I think we could accept a patch doing that, but I will not have time
to do it myself.
JMarc