Title: [patch] Default wordpress auto-save breaks plugin
Last modified: July 31, 2018

---

# [patch] Default wordpress auto-save breaks plugin

 *  Resolved [Ben Levy](https://wordpress.org/support/users/benlevymultiply/)
 * (@benlevymultiply)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/patch-default-wordpress-auto-save-breaks-plugin/)
 * In the base wordpress tinymce plugin there is code to add an editor shortcut 
   on meta+s which will trigger a autosave draft. This will take precedence over
   the plugin when ctrl-s is used. This has the effect of requiring autosave to 
   finish before the plugin can hear the ctrl-s, it appears to the end user that
   ctrl-s does nothing the first time. I believe there was a post about this issue
   9 months ago.
 * The following will prevent the autosave draft and allow the plugin to work
 *     ```
       $(document).on('tinymce-editor-init', function(event, editor) {
          editor.addShortcut('meta+s');
       });
       ```
   
 * I couldn’t find a way to submit a patch other than this, sorry if this is the
   wrong format for you.
    -  This topic was modified 7 years, 9 months ago by [Ben Levy](https://wordpress.org/support/users/benlevymultiply/).
    -  This topic was modified 7 years, 9 months ago by [Ben Levy](https://wordpress.org/support/users/benlevymultiply/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mattia Trapani](https://wordpress.org/support/users/zupolgec/)
 * (@zupolgec)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/patch-default-wordpress-auto-save-breaks-plugin/#post-10825570)
 * Hi Ben,
    this issue has been fixed in 3.0.1.
 * Thank you for pointing this out!
 * Have a nice day

Viewing 1 replies (of 1 total)

The topic ‘[patch] Default wordpress auto-save breaks plugin’ is closed to new replies.

 * ![](https://ps.w.org/save-with-keyboard/assets/icon-256x256.png?rev=1964667)
 * [Save with keyboard](https://wordpress.org/plugins/save-with-keyboard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/save-with-keyboard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/save-with-keyboard/)
 * [Active Topics](https://wordpress.org/support/plugin/save-with-keyboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/save-with-keyboard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/save-with-keyboard/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mattia Trapani](https://wordpress.org/support/users/zupolgec/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/patch-default-wordpress-auto-save-breaks-plugin/#post-10825570)
 * Status: resolved