No keyboard shortcuts for work flow state transitions
Version: 0.6.0
The new composite work flow button is inaccessible with the keyboard. Shortcuts should be added.
Walter, can you maybe look at adding Ctrl+Enter for now to advance the state? Then it will be easier for someone else to add the backwards transition when we know what we'll want, I think.
I think I fixed this in r15967, although bug #1689 still stops this from being really usable. Walter, please confirm if the patch is ok.
Created attachment 703
Patch from Walter to allow Ctrl+Enter to advance the workflow state
Here is a patch from Walter with the way it should be done. I removed some noise (old version of glade?) and committed the parts about unused imports separately ( r16931 and r16935).
It adds a menu entry for advancing the workflow state, but it doesn't yet have code to disable it when necessary. We should probably redo my work with ideas from his.
I committed a rough implementation of Ctrl+Shift+Enter in revision 16960, but will need to redo this based on Walter's patch.
While we don't have menu items, I added tooltips in revision 16961. These might be useful any way, since they can say more than the menu items can.
I think we should add menu items in the navigation menu. This messes with string freeze, so maybe not for 0.7
*** Bug #2026 has been marked as a duplicate of this bug. ***