Shortcut (Ctrl-Shift-S) for saving processing profile in editor (Issue 1170)
This commit is contained in:
parent
339e48fa3d
commit
80b726a6f4
@ -784,6 +784,7 @@ PROGRESSBAR_LOADJPEG;Loading JPEG file...
|
||||
PROGRESSBAR_LOADPNG;Loading PNG file...
|
||||
PROGRESSBAR_LOADTIFF;Loading TIFF file...
|
||||
PROGRESSBAR_PROCESSING;Processing Image...
|
||||
PROGRESSBAR_PROCESSING_PROFILESAVED;Processing Profile Saved
|
||||
PROGRESSBAR_READY;Ready.
|
||||
PROGRESSBAR_SAVEJPEG;Saving JPEG file...
|
||||
PROGRESSBAR_SAVEPNG;Saving PNG file...
|
||||
|
@ -889,6 +889,10 @@ bool EditorPanel::handleShortcutKey (GdkEventKey* event) {
|
||||
else {
|
||||
// With control
|
||||
switch (event->keyval) {
|
||||
case GDK_S:
|
||||
saveProfile();
|
||||
setProgressStr(M("PROGRESSBAR_PROCESSING_PROFILESAVED"));
|
||||
return true;
|
||||
case GDK_s:
|
||||
saveAsPressed();
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user