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

[STR New]

Link: http://www.fltk.org/str.php?L2479
Version: 1.3-current
Fix Version: 1.3-current (r8067)


On Mac OS X, there are 2 cases as for events that have system-assigned
functions.
- some (e.g., Cmd-H, Cmd-Opt-H) are first sent to the appl. If the appl
does not report (via the value returned by the performKeyEquivalent
system call) to have used the event, then the system-assigned action
is performed. If the appl reports to have used the event, the system-
assigned action is not performed.
The value returned to the system by performKeyEquivalent is determined
by the return value of the FLTK handle methods (0 for ignored
and 1 for handled).
- other (e.g., Cmd-Shift-Q) aren't ever seen by the appl.

Thus, it seems that, for Mac OS X at least,
return 0;  // ignore other combos, pass to parent
should be the good thing to do in all cases.


Link: http://www.fltk.org/str.php?L2479
Version: 1.3-current
Fix Version: 1.3-current (r8067)

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

Reply via email to