Retire context
keyword from keybindings
#12830
Merged
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.
Suggestion cannot be applied right now. Please check back later.
What it does
Close #12657
Signed-Off-By: FernandoAscencio fernando.ascencio.cama@ericsson.com
How to test
The following keybindings should be working:
ctrl+a
while focused on the content of the debug consoledenter
,upArrow
,downArrow
while in the input box of the debug console.shit+f5
,shift+ctrl+f5
,f10
,f11
,shift+f11
,f5
,f6
, while in a debug session.f9
,shift+f9
while in a text editor open.enter
while focused in the input text box of the breakpoint editor widget.esc
while a breakpoint editor widget is open and focused in said widget or the text editor that contains it.alt+b
while in a text editor and the document is blameable.esc
while the text editor is displaying blame comments.esc
when notifications (toast or ) are activef2
,ctrl+i
, anddel
(Win/Lnx) orctrl+del
(Mac) when in the explorer or file navigator.esc
when the find widget is active in a terminal window.Review checklist
Reminder for reviewers