> fhools wrote: > > I am running fltk 1.3.x on aix 5.3 with Exceed as the X server. > > > > Ctrl-C and Ctrl-V in Fl_Input input field does not work, instead a 'c' or > > 'v' is inserted. I also tried the test/keyboard application > > and event_text shows as 'c' or 'v' > > > > I tried fltk 1.1.10 and it works. test/keyboard application shows ^C or ^V. > > In the test/keyboard app: is the CTRL key stripped off /all/ keyboard > sequences > (^A, ^B, etc) in fltk 1.3.x, or is it just ^C/^V? > > How about the other modifier keys; SHIFT and ALT and META; are they all > stripped as well? > > Does the state of CapsLock, NumLock or ScrollLock affect this? > > I'm not too knowledgeable about the X keyboard stuff that changed between > 1.1.x and 1.3.x, but more info might help the devs. > >
I will verify again when I'm at the office, but I believe I tested that out and the ctrl sequence is stripped from all keyboard entries. I will try the other keyboard modifiers as well. I think it might be just a Fl_Input problem because I can use Ctrl-C Ctrl-V to copy paste items in the fluid gui builder, so that app must be registering Ctrl-C/V correctly. Does anyone know if it could be related to Xinerama? I get XCreateIC failed when I start up fltk 1.3 applications. _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
