I tried to install this plugin hoping it would work for Woocommerce but sadly it does not. any way to edit this so that it will work with Woocommerce admin pages? that way I can save/update orders as needed
]]>I love this extension! It would be great if it could support saving/updating Field Groups in ACF.
]]>Hi
I just noticed that the tooltip on the Update button says “Press Ctrl+S to click”. I suppose it should say “Press Ctrl+S to save”, not to click?!
]]>Is this plugin still compatible with the new jQuery of the WP 5.5 ?
]]>In theory, WordPress should save the post by responding to CMD S (Mac) or CTRL S (Windows). When you press those keys, WP does all saving animation but nothing is saved. Apparently the functionality was created to be implemented via AJAX.
Then comes “Save with Keyboard” plugin. It works fine but there is a tiny little problem: it works by POST/GET. So, when you press CMD S, the data is posted to the server not using AJAX and the form has to load again. This increases the time that should be milliseconds to 2 or 3 seconds.
The plugin is almost perfect. Please make it send the data via AJAX.
]]>The function is now embedded in WordPress by default.
]]>After upgrading to WordPress 5.0.3, your great plugin has stopped working completely.
]]>Updated to 5.0. All use of mac command-S stopped working
]]>OMG, I LOVE YOU!!!! Why this isn’t part of WP core is beyond me…
]]>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.
]]>@zupolgec and @sjeitiI translated it to Brazilian Portuguese using glotpress, but it’s showing this message: “This plugin is not properly prepared for localization (View detailed logs on Slack). If you would like to translate this plugin, please contact the author.”
Besides that, I would like to become a PTE, so I can make new translations easier and faster. The process is explained in here: https://make.www.ads-software.com/polyglots/handbook/rosetta/theme-plugin-directories/#requesting-new-translation-editors
Thanks
]]>… I often have to press “Command-S” twice for it to work, especially the first time I save a post.
— I use the “text” view
— iMac with latest OS (before “High Sierra”)
— FirefoxDeveloperEdition browser
Thanks,
JH
]]>By adding this two lines inside the setButton
function, hitting cmd+S works when the pointer is in the post editor !
function setButton(selector){
if(...) {
...
$("#content_ifr body").on('keydown',handleKeydown);
...
} else {
...
$("#content_ifr body").off('keydown',handleKeydown);
...
}
}
$("#content_ifr body")
is the iframe body. We can now listen to any event bubbling to it.
Using WP Network (=multisite).
Pressing cmd+S does change the status of the [Update] button briefly, however the page is not saved.
Hi,
Do you have any plans to add functionality for saving products in woo commerce? The tool tip comes up over the update button but nothing happens when I press cmd S (mac).
Works really well for pages and posts.
Thanks
Holly
(I love the plugin… Thanks.)
I notice that the “tooltip” displays a bit of a typo…
Line 49 in the unminified .js file: ‘Ctrl+§§§S or Cmd+S to click’
]]>Hey, thanks for a solid plugin!
It’d be awesome if you could extend it to click the “Save Menu” button when editing WordPress menus, and the “Update Form” button when editing Gravity Forms.
]]>After the last update, I don’t know if Worpdress or the plungins, it is not working any more: the keys now try to save the web page as without having the plugin. I am using Firefox.
Is happening in different sites with different themes and plugins installed
I’ve updated/refactored this plugin locally to work with the latest wp version.
It now also saves custom post types, tags and categories, comments, theme preview and even individual widgets. At a later stage I can also make it work on quick-edit.
Since you no longer seem to be actively maintaining the plugin I’d be willing to update it for you if you grant me svn access (by adding my id to the readme).
Otherwise I’ll probably make it a new plugin, but I’ll await your response first
]]>Works great when editing Theme or Plugin files via the WP Admin GUI, but when editing a Post or Page, instead of saving, it publishes…
I’ve deactivated it until that is changed, simply too easy to accidentally publish content that isn’t ready yet.
Mac 10.8.4, WP 3.6
Atg
]]>It works, but you can’t be focused within the wysiwyg editor, meaning if I click to any other part of the page and then pres ctrl-s it saves, but that kinda ruins the whole point of a keyboard shortcut key, I DON’T want to have to click somewhere before or in order to save.
On the right track, but could use a little tweaking still. Looking forward to updates.
https://www.ads-software.com/extend/plugins/save-with-keyboard/
]]>Tooltip appears OK over ‘Schedule’ but doesn’t appear to do anything else with WP 3.4.2.
Yes the notice does say “Not tested with your version’
https://www.ads-software.com/extend/plugins/save-with-keyboard/
]]>