blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

cross-tab-copy-paste needs keyCodes

Open maribethb opened this issue 6 months ago • 0 comments

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

maribethb avatar Jun 17 '25 17:06 maribethb