Is there a method that can analyze a form and list every item that can get focus, accelerator keys and respond to clicks, like checkboxes, hot keys and speed buttons?
I need a feature where I can use the keyboard to reach any item in an application screen in one shot.
For those not acquainted with ace-jump in Emacs, or browser addons like Tridactyl, Vimium and Surfing Keys, you press a hotkey and all clickable or reachable items are overlaid with key pairs that enable you click a link or jump to an edit control.
It is shown in the attached image.
Surely that capability must exist, if not the hotkey jumping implementation.