changed star shortcuts and updated most of the translations

updated magyar shortcuts

added ignoring Ctrl categoryButtonToggled if is mouse click for more consistent shortcut functions

fixed missing windows shortcut
This commit is contained in:
Eemil Praks
2022-01-04 15:31:20 +02:00
parent 690fab3d08
commit 7534989d9e
18 changed files with 225 additions and 225 deletions

View File

@@ -1241,7 +1241,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);
@@ -1296,7 +1296,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);