Hi.

Wording: "The returned strings are the localized human readable key
sequences to be used to activate each action, e.g. "Ctrl+Shift+D".
Since these key sequences are to be used when the object has focus,
they are like mnemonics (access keys), and not like shortcut
(accelerator) keys."

I'm not sure I have clear understanding of the difference between
access keys and shortcut keys and appears these terms are used in
different meanings through the web. If possible can you give me a link
on terms definition or UI example?

Wording: "There is no need to implement this method for single action
controls since that would be redundant with the standard MSAA
programming practice of getting the mnemonic from
get_accKeyboardShortcut."

2) Does it mean this method shouldn't ever return a value for actionIndex == 0?

3) get_accKeyboardShortcut is used to return access key and shortcut,
but if I understand right that only one key can be returned by this
method. So if we have access key (atl+letter) and shortcut key
(ctrl+key) on menu item both (I hope I use these terms rights) then
what are get_accKeyboardShortcut and keyBinding supposed to return?

Thank you.
Alex.
_______________________________________________
Accessibility-ia2 mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/accessibility-ia2

Reply via email to