adrianpueyo / KnobScripter

Python script editor for Nuke that can script on .py files and python knobs, with all the functionality from Nuke's default script editor plus syntax helpers.
GNU General Public License v3.0
81 stars 16 forks source link

Ctrl+S Doesn't Save in Panel Mode #1

Open jedypod opened 5 years ago

jedypod commented 5 years ago

A minor issue

When using KnobScripter in panel mode, and when editing a file on disk, ctrl+s does not appear to save the file successfully. Clicking on the save icon does work however.

Here's a zip file with an mp4 screenrecording demonstrating the issue: KnobScripter_save_bug-2019-09-15_16.25.43.zip

Great tool by the way, I use it for everything :)

adrianpueyo commented 3 years ago

Thanks for the note+video! (+1 year later). I haven't managed to make this work, Nuke seems to be catching the shortcut Ctrl+S when on Pane mode. However, as a "sneaky workaround" until I find a working solution, now you can press Ctrl+S twice on Pane mode, which will activate the activatedAmbiguously signal and that'll save it.