Description of problem: There is no single point of reference to discover the available key shortcuts in the web editor. Many key shortcuts can only be discovered through tooltips on UI elements, and some key shortcuts cannot be discovered through the UI. Expected results: A single point of reference that shows all available key shortcuts.
An initial implementation has been added with key shortcuts for the Search-replace page and for changing views. Alt+Y shows a summary of available key shortcuts for the current view, but does not yet show a complete list. Specifically, key shortcuts for the editor are not yet shown in the summary (but should all still be functioning as before).
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause There is no single point of reference to discover the available key shortcuts in the web editor. Consequence Many key shortcuts can only be discovered through tooltips on UI elements, and some key shortcuts cannot be discovered through the UI. Change A key shortcut summary has been added that shows available key shortcuts for the current view. The summary is shown by inputting Alt+Y, and hidden by clicking outside the summary. The list of shortcuts is not yet complete, as editor key shortcuts have not yet been added to the summary. No UI element has yet been added to access the key shortcut summary. Result Users can press Alt+Y to discover some of the available key shortcuts.
VERIFIED with Zanata version 1.7.0-alpha-2-SNAPSHOT (20120723-0951)
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -5,7 +5,7 @@ Many key shortcuts can only be discovered through tooltips on UI elements, and some key shortcuts cannot be discovered through the UI. Change -A key shortcut summary has been added that shows available key shortcuts for the current view. The summary is shown by inputting Alt+Y, and hidden by clicking outside the summary. The list of shortcuts is not yet complete, as editor key shortcuts have not yet been added to the summary. No UI element has yet been added to access the key shortcut summary. +A key shortcut summary has been added that shows available key shortcuts for the current view. The summary is shown by clicking a keyboard icon or by inputting Alt+Y, and hidden by clicking outside the summary or pressing Esc. Only the currently active shortcuts shown (e.g. editor shortcuts are only shown when the editor is open). Result -Users can press Alt+Y to discover some of the available key shortcuts.+Users can click the keyboard icon or press Alt+Y to discover all currently available key shortcuts.