• So I was looking to use some hotkeys for wordpress, but could hardly find anything about it. There’s PJW JS hotkeys, but I feel like those are pretty limited. I guess I could start working with that to add more.

    But does wordpress have any native hotkeys? I found a file
    Root/wp-includes/js/jquery/jquery.table-hotkeys.js That looked like it could be something. It wasn’t included, so I did so, but all the hotkeys I would have guessed didn’t do anything. It was hard to tell from the code, and I’m not adept enough at debugging js to figure it all out.

    TinyMCE has some nice hotkeys (albeit, again, limited). Pressing Alt+Shift+H when inside it gives a popup, and the third menu over lists all of them.

    The only other hotkey I found via trial an error as Alt+Shift+P which publishes a post. That was actually the primary thing I wanted! Are there any more? I would imagine it wouldn’t be too hard to include them, and I would think it would be worth including in the core of wordpress.

    Well, if I get inspired, I’ll work on that plugin to add some more.

    Thanks all!

  • The topic ‘Hotkeys?’ is closed to new replies.