Accessory

Developer
Supported

EE 1
EE 2
Ctrl+S to Save Template

Back to this add-on's main page
View Other Add-ons From Denza

     

You must be logged in to post.

Bug fix

Bug Report

KD
KD

Bug
When you hit cmd + anything else other than S, then returned to the page, just the “S” key saved the document. This came up when we cmd + tabbed into other applications and searched the document with cmd + f. This is what we did to fix it:

Changed this from

if(e.which == 83 && isCtrl == true

Changed this to

if(ex.which == 83 && (e.ctrlKey || e.metaKey))