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