[Gtk-sharp-list] [Another Request] gdk/Key.cs modification

fd fd0h1440@yahoo.co.uk
17 Apr 2003 01:35:29 +0100


On Thu, 2003-04-17 at 01:19, Miguel de Icaza wrote:
> Or Key_A and Key_a.  I think we just uncovered a nasty problem.

Agreed. Maybe something can be learnt from Windows.Forms; anyone
familiar with how this is handled there?

I've found that in my code, matching the string tends to work fine (ie.
if (key == 'a')). With Pango and the hundreds of languages it
introduces, perhaps these (seemingly hand-maintained) values are now
becoming obsolete?