blockly-samples
blockly-samples copied to clipboard
Align clipboard-related context menu ids
Check for duplicates
- [ ] I have searched for similar issues before opening a new one.
Component
plugin-cross-tab-copy-paste
Problem
If keyboard-navigation is also used, two "Copy" options end up in the block context menu.
Request
When using keyboard-navigation, the intention is that the new context menu options will delegate most of their logic to the pre-existing shortcuts, making the old options obsolete. Using the same ids for related menu options across plugins should make it easier to replace the existing options altogether while maintaining the primary logic.
Alternatives considered
No response