DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2368
Version: 1.3-current


To Fl::options(): not a bad idea...

---

To platform dependent Shift-TAB behavior: It's true, and I found the
culprit. X11 converts Shift-TAB to a special keysym XK_ISO_Left_Tab
(0xfe20) that is tested at _some_ places in the code, but not always where
FL_Tab is tested/used.

It's missing in src/Fl_Input.cxx, line #511 ff., and that's responsible
for the different behavior.

I'm wondering if we should replace XK_ISO_Left_Tab with FL_Tab directly at
data entry... I filed another STR #2369 and a patch for this:

http://www.fltk.org/str.php?L2369
http://www.fltk.org/strfiles/2369/Fl_x-XK_ISO_Left_Tab.diff


Link: http://www.fltk.org/str.php?L2368
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to