From: Riaan B. <riaan@e.co.za> - 2001-08-10 16:05:34
|
Hi Mike, Mike Mueller wrote: > > Hi everybody, > > I just started using Boa. It seems a great IDE to me. > > So far everything works fine only th2 keyboard input for some characters > doesn't work. All shortcuts involving Ctrl or F1 to F10 don't work but This sounds like the bug introduced by wxPython 2.3.1, please revert to 2.3.0 if you want to use accelerators. > worse I can not type {, [, ], }, \ because on my German keyboard I have to > access corresponding keys with the Alt-Gr key which is located at the > place where the second (right) Alt key at US keyboards is. Cut an paste of > those characters from the clipboard works just fine. > > The Scintilla key bindings (Ctrl-C, Ctrl-V, Ctrl-Z etc.) are ok. > > Is there anyplace where I have to set some configurations to make my > keyboard work? There are settings for this in your Preferences.py file. You should set: handleSpecialEuropeanKeys = 1 euroKeysCountry = 'euro' > > Thanks. > > Mike > > my system: > > Win NT 4.0 > Python 2.1 > wxPython _WXMSW_ 2.3.1 > Boa 0.0.5 > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |