Merge branch 'switched-rating-shortcuts' of github.com:Eemilp/RawTherapee into Eemilp-switched-rating-shortcuts

This commit is contained in:
Morgan Hardwood
2023-08-29 00:01:50 +02:00
19 changed files with 239 additions and 239 deletions

View File

@@ -1276,7 +1276,7 @@ bool FileBrowser::keyPressed (GdkEventKey* event)
}
#ifdef __WIN32__
else if (shift && !ctrl && !alt && !altgr) { // rank
else if (!shift && !ctrl && !alt && !altgr) { // rank
switch(event->hardware_keycode) {
case 0x30: // 0-key
requestRanking (0);
@@ -1331,7 +1331,7 @@ bool FileBrowser::keyPressed (GdkEventKey* event)
}
#else
else if (shift && !ctrl && !alt) { // rank
else if (!shift && !ctrl && !alt) { // rank
switch(event->hardware_keycode) {
case 0x13:
requestRanking (0);