Allow super key in multitasking view (#1393)

This commit is contained in:
David Hewitt 2022-03-30 11:49:25 +00:00 committed by GitHub
parent e3a9953607
commit edc3bfd09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -785,6 +785,7 @@ namespace Gala {
case KeyBindingAction.WORKSPACE_LEFT:
case KeyBindingAction.WORKSPACE_RIGHT:
case KeyBindingAction.SHOW_DESKTOP:
case KeyBindingAction.OVERLAY_KEY:
return false;
default:
return true;