Hide Forgot
Add a keyboard shortcut to allow authors to save their changes without clicking a button. Will also have to make sure the the log entry message can also be filled and submitted with the keyboard.
Fixed in 201311180814 This can be verified on the dev server. Press CTRL-ALT-S to save.
Verified that this works for topics, however the handler appears to hang around when moving to new pages. As an example go to a topic, then switch to a content spec via the quick search box and try "CTRL+ALT+S". I also think that this shortcut combo should at least be applied to Translated Topics and Content Specs, if not all views.
The keyboard handlers are now cleaned up once the presenter is closed. This prevents the keyboard shortcut from working outside of the view it is targeting. Content specs and translated topics now also have the shortcut.
Verified with Build 201311251614 that the handlers are cleaned up and the keyboard shortcut works on the Topic, Translated Topic and Content Spec views.
While the keyboard shortcut is a small feature, I've documented it in 21673 for great justice.