object = accHotkeyField(wndID);
Will search for a child accessible object having the ROLE_SYSTEM_HOTKEYFIELD role.
Represents a hotkey control, which allows users to edit key shortcuts. Its accName property is the text from a static control which labels this control. Its value (accValue) is the text in this control.
wnd Overview | MS Accessibility