editor.js icon indicating copy to clipboard operation
editor.js copied to clipboard

Is there a place for moving up, moving down, and deleting configuration shortcuts

Open chf-gh opened this issue 1 year ago • 1 comments

Can I do the Move Up, Move down, delete configuration shortcut, I can't find it

chf-gh avatar Aug 16 '24 03:08 chf-gh

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

neSpecc avatar Sep 12 '24 20:09 neSpecc