django-cms / django-cms

The easy-to-use and developer-friendly enterprise CMS powered by Django
http://www.django-cms.org
BSD 3-Clause "New" or "Revised" License
10.2k stars 3.11k forks source link

[FEAT] Add a shortcut key to bring up the `Shortcuts` panel #8047

Open mrbazzan opened 2 weeks ago

mrbazzan commented 2 weeks ago

Add a shortcut key to bring up Shortcuts would be nice.

mrbazzan commented 2 weeks ago

Quick research shows that the "?" key is already designated for it but it doesn't seem to work.

CMS-wide Shortcuts
? -- Bring up this help dialog

The next step would be to find out the concerned files and start hacking!

fsbraun commented 2 weeks ago

This is happening in the JS. Take a look here: https://github.com/django-cms/django-cms/blob/develop-4/cms/static/cms/js/modules/shortcuts/help.js

I have no idea why this might not be working, though.