editor.js
editor.js copied to clipboard
Is there a place for moving up, moving down, and deleting configuration shortcuts
Can I do the Move Up, Move down, delete configuration shortcut, I can't find it
They are internal tool, but it is a nice feature. How I see the solution:
We have a support for shortcut public getter in all types of tools. You can add a "Command+Option+ArrowUp" shortcut for "Move Up" tune, etc inside the Editor code. If it won't work right after that, you'll need to update BlockEvents.ts or UI.ts module to add support for shortcuts. You should use shortcuts.ts util for that