>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Juergen Spitzmueller wrote: >> Here's a patch that does it and also fixes the math superscript >> problem of Jos�'s original patch (the circumflex key didn't trigger >> superscript inside mathed). >> >> I apply it to 1.3 and the corresponding patch to 1.4 if Jos� and >> you are fine with it. Juergen> find attached a slightly modified version. Just cosmetics. Two remarks: 1/ testing for Qt>=3.0 is #if QT_VERSION >= 300 The semantics changed in 3.1 2/ It would actually be simpler to enable the code only for Qt >= 3.2. Does this patch have an interest for Qt 3.1? Concerning the math superscript: is it because it is defined as a dead key? (on a french kbd we have both the dead ^ and the normal ^). I guess in the case of a dead key, it is ^<space> which is supposed to trigger a superscript. I am not sure whether we want to add such special code. JMarc
