On Wed, Nov 20, 2002 at 09:07:14PM +0100, Herbert Voss wrote:

> Kornel and I had the same problem, but Kornels solution
> does not work for me, so I have the attached hack.

I must admit I do not understand this patch
> -german      german   "German"        false  iso8859-1  de     ""
> -ngerman ngerman "German (new spelling)" false  iso8859-1  de  ""
> +german      german   "German"        false  iso8859-15  de    ""
> +ngerman ngerman "German (new spelling)" false  iso8859-15  de         ""

how can this work with respect to latin1() ?

> +/////////// I need this to get shift Umlaut
> +     string const s(keyseq.print());
> +     if ((s == "S-?") || (s == "S-?") || (s == "S-?"))
> +             action = LFUN_UNKNOWN_ACTION;
> +//////////


I guess the characters were munged into '?' here ?

>               // AltGr becomes Key_unknown on at least one keyboard
> -             case Qt::Key_unknown:
> -                     return true;
> +//           case Qt::Key_unknown:
> +//                   return true;

this re-introduces a crash

regards
john


-- 
Khendon's Law: If the same point is made twice by the same person,
the thread is over.

Reply via email to