blockly-samples
blockly-samples copied to clipboard
cross-tab-copy-paste needs keyCodes
Check for duplicates
- [x] I have searched for similar issues before opening a new one.
Component
cross-tab-copy-paste
Description
The cross-tab-copy-paste plugin registers keyboard shortcut handlers for cut/copy/paste, but it doesn't set the keyCodes property directly, it manually adds key combinations. we should update it to use keyCodes, because the keyboard-navigation plugin relies on the keyCodes being set in order override the behavior.
this is a blocker for code.org
Reproduction steps
Stack trace
Screenshots
No response