2009/4/28 Christian Convey <[email protected]>: > Has anyone seen this before? > > My app has a lot of menu entries with accelerators. Some of those > accelerators involve modifier keys, but generally they all work on both Linux > and OS X. Except... > > The menu entries whose accelerators are modified arrow keys. For example, > Ctrl+UP, Option+LEFT, etc. Those work on Linux, but not on the OS X. The > un-modified arrow-key menu accelerators (LEFT, for example) work fine on both > platforms. > > Does anyone know why I might be seeing this?
I think that OSX maybe grabs a fair few of those key combinations for its own nefarious purposes, so I suspect that they are being eaten by the OS before they even get to your app... Is that possible? -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

