keyBindings: extend description for window-expand

This commit is contained in:
Peter Fajdiga
2023-06-17 09:57:37 +02:00
parent 13d6f39bf2
commit b614fd4481

View File

@@ -79,7 +79,7 @@ const keyBindings: KeyBinding[] = [
},
{
"name": "window-expand",
"description": "Expand window",
"description": "Expand window (toggle stacked mode)",
"defaultKeySequence": "Meta+X",
"action": "windowExpand",
},