-
Notifications
You must be signed in to change notification settings - Fork 594
Upgrade to latest Blockly keyboard navigation plugin #10512
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
Merged
riknoll
merged 26 commits into
microsoft:master
from
microbit-matt-hillsdon:blockly-12-keyboard-exp
May 5, 2025
Merged
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
574f53d
Upgrade keyboard nav plugin
microbit-matt-hillsdon 2c60e92
Don't show connection lines when moving blocks via keyboard
microbit-robert 8fd7376
Don't show trash icon unless overlapping toolbox when keyboard moving…
microbit-grace 27c8a75
Upgrade keyboard navigation plugin
microbit-robert f945abb
Override clean_up_workspace shortcut to use flow function (#36)
microbit-grace 893197d
Rebase fix
microbit-robert 0eaa51e
Use latest published version of keyboard experiment plugin
microbit-robert 4a542e9
Revert changes that are not required / workarounds
microbit-robert aa39ba3
Update ThirdPartyNotice
microbit-robert ef660be
Tidy and minimize diff
microbit-robert 8e0bb98
Avoid focus-visible style on toolbox categories on click
microbit-robert ab48b57
Consistent approach to determine a mouse drag vs keyboard move
microbit-robert 8770e21
Enable accessible blocks via settings option instead of experiments (…
microbit-grace 0ae8719
Merge branch 'master' into blockly-12-keyboard-exp
microbit-robert d5f19f0
Add workaround for flyout cursor after new caching implementation
microbit-robert 4fc0ad4
Disable clipboard overwrite when accessible blocks enabled (#41)
microbit-grace d0d6bb0
Tidy up following review comments
microbit-robert 39f657a
Use 'f' as shortcut to format code
microbit-robert ae4f56b
Remove unused import
microbit-robert e13240a
Fix CSS formatting
microbit-robert 3312769
Remove stray quotes
microbit-robert 242de2a
Fix tabs/spaces in function
microbit-robert 2d62a69
Single quotes -> double quotes
microbit-robert 4b72884
Add and use method to return SVGElement to CachingFlyout
microbit-robert a52729d
Tidy isFlyoutItemDisposed and prevent unnecessary flyout re-render
microbit-robert 7d14034
Merge branch 'master' into blockly-12-keyboard-exp
riknoll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
declare module "@blockly/keyboard-experiment" { | ||
import { WorkspaceSvg } from "blockly"; | ||
|
||
class KeyboardNavigation { | ||
constructor(workspace: WorkspaceSvg) | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.