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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard Navigation #3193
base: master
Are you sure you want to change the base?
Keyboard Navigation #3193
Changes from 39 commits
31e818b
fe22d80
a6cd6c5
800c48c
9c4646c
e9af08a
ec12849
64b4e99
e8fc45a
b699190
87eb4c5
14501ed
d1f02f6
b296f6c
4e2a979
d53b293
347b05b
79f7391
6115d95
cd1c39e
18484a3
f4cb850
9a96f1a
25d4f32
e7e3b0f
e5d131f
dc22e43
5963325
b6f6330
2a52e64
4c98faf
5f40827
ce12f23
7ecfa20
ab4c3d4
1ea4775
0244b78
7e7cad3
080be5d
91df4cc
b46f841
87d768b
4547532
2a917bb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alt(Opt)-B also does not seem to work for me on either Firefox or Chrome. I'm still not sure what makes these key combinations distinctive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Alt + B shortcut was implemented in a way so that it works only when the user clicks on the blockly workspace to make it active, this was done because if the shortcut was pressed in the designer view then the backpack flyout opens but in a weird way where the blocks are outside of the flyout.