Add accelerators for control panel open and close #497
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
There is no accelerator for opening or closing control panel. This hinders use, requiring mouse or touchscreen. See #4660.
View Source has Alt+Shift+V for open, and Escape for close. Activities have Ctrl+q for close. Wireless Key Required dialog has Escape for close.
Patch adds accelerators:
Close accelerator is added in the key event callback, rather than using ToolButton accelerators, because they do not work in the control panel.
Test case: use Alt+Shift+M to open control panel, verify q alone, and Shift+Q do insert into search box, select a section, verify Ctrl+q, Ctrl+Shift+Q and Escape closes section, and closes control panel.
References: