Hello Phil, hello list,

I have encounterd a problem with QScintilla on win32. The German keyboard
layout uses a key called AltGr to produce chars like {[]}\ and so on, which
are often needed for programming. On Windows, AltGr has the mask
Qt.ControlButton | Qt.AltButton, on Unix it is Qt.MetaButton. QScintilla
(the latest version, included in the PyQt eval download (Thanks Phil!) used
with Qt/Win32 3.3.3) does not consider this and makes programming virtually
impossible. I have written a workaround which simply translates the first
mask to the second one (I'll send a patch to Detlev Offenbach, too). I
attached a script demonstrating the workaround, although I fear that only
very few people can check it (given the environment the bug occurs in).

greetings

Torsten

-- 
NEU: Bis zu 10 GB Speicher f�r e-mails & Dateien!
1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail

Attachment: qscintilla-bug-windows-altgr-workaround.py
Description: Binary data

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to