Allow zoom keybindings in multitasking view (#1535)

This commit is contained in:
Leo 2023-02-12 01:24:16 +09:00 committed by GitHub
parent 3652e9b5fd
commit c917c6efba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -816,6 +816,8 @@ namespace Gala {
case "cycle-workspaces-previous":
case "switch-to-workspace-first":
case "switch-to-workspace-last":
case "zoom-in":
case "zoom-out":
return false;
default:
break;