AXMenu stuff
AXMenu stuff
- Subject: AXMenu stuff
- From: David Weiss <email@hidden>
- Date: Fri, 23 Apr 2004 14:25:43 -0700
I'm trying to understand the AXMenu stuff. Are my definitions below
accurate?
AXMenuItemCmdChar - The keyboard command character associated with a
particular menu item. For example: for paste cmd-v is the chord, so
AXMenuItemCmdChar should return v. For Help cmd-? is the chord so
AXMenuItemCmdChar should return '/' or should it return '?'
AXMenuItemCmdVirtualKey - Is this this virtual key code that defines
the location of the key on the keyboard? Does this take into account
localized keyboard layouts?
AXMenuItemCmdGlyph - The glyph that is next to a menu item. For cmd-v
it's the cmd symbol. For cmd-shift-n it's the cmd symbol. For ctl-c its
the ctl symbol.
AxMenuItemCmdModifiers - I have no clue. Is this anything but the
AXMenuItemCmdChar and the glyph directly next to AXMenuItemCmdChar??
Can AxMenuItemCmdModifiers be an array of modifiers for complex chords?
(like cmd-opt-shift-v in Mail)?
AXMenuItemMarkChar - The checkbox or mark to the left of a menu item.
AXMenuBar - The menu bar.
David Weiss
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.