mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 23:02:14 +03:00
Allow super key in multitasking view (#1393)
This commit is contained in:
parent
e3a9953607
commit
edc3bfd09f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user