[Project_owners] Bug with command key in extension on Mac OS X
Neil
neil at parkwaycc.co.uk
Sun Oct 12 12:20:38 PDT 2008
Onno Ekker wrote:
>I don't understand why my keys can't be typed there on Mac OS.
>
Because our Carbon implementation on the Mac sucks. It didn't anticipate
having a typing key as a menu shortcut, so the menubar steals (captures)
all keys that are listed on shortcuts. TB2 works around this by using
#ifdef so that the keys aren't specified on the menuitems. SeaMonkey
works around this by using platform-specific overlays. IIRC the new
Cocoa menubar on TB3 won't be quite so bad.
More information about the Project_owners
mailing list