On 10/23/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Bo Peng" <[EMAIL PROTECTED]> writes: > > > I adapt Edwin's patch to lyx, with two glitches > > > > 1. I need to record multiple keystrokes. > > 2. I need to write A-, instead of Alt+ > > You should not need to write anything, but just to use the converting > functions that already exist between Qt keycodes and our KeySequence > object...
I am leaving for a conference, just want to say that I have submitted something different, and please have a look. Note that I did not use QKeySequence, and convert directly from QEvent to KeySymbol. Bo