Add "save" shortcut to settings screens #4414
Labels
affects:admin
Anything relating to Ghost Admin
good first issue
[triage] Start here if you've never contributed before.
Milestone
On a post,
ctrl/cmd + s
saves the post. I don't see any reason why the same shouldn't be the case for the various settings screens!settings/user/xx
user screen with ctrl/cmd+ssettings/general
screenSee the
core/client/utils/editor-shortcuts
for an example of how to make an OS specific shortcuts hash, andcore/client/routes/posts.js
's shortcuts + actions hashes for an example of how this should be implemented in the two settings routes.The text was updated successfully, but these errors were encountered: