sitegeist / Sitegeist.Archaeopteryx

The missing link editor for Neos
MIT License
21 stars 11 forks source link

FEATURE: Add Ctrl+k keyboard shortcut handler #67

Open gradinarufelix opened 1 month ago

gradinarufelix commented 1 month ago

Adds #62. The old link editor could be opened by pressing Ctrl+k. One of our customer's editors was missing that possibility.

I added another package with a keyboard shortcut handler, which follows the logic of the LinkButton.

Possible improvements could be to streamline and de-duplicate the code from LinkButton and the keyboard shortcut handler.