Skip to content

Commit 1877d2f

Browse files
committed
cs_keyboard: Add missing switch-panels and switch-panels-backward
keybindings. ref: #11004
1 parent af33618 commit 1877d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/usr/share/cinnamon/cinnamon-settings/modules/cs_keyboard.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
[_("Show Desklets"), CINNAMON_SCHEMA, "show-desklets", "general"],
5757
[_("Cycle through open windows"), MUFFIN_KEYBINDINGS_SCHEMA, "switch-windows", "general"],
5858
[_("Cycle backwards through open windows"), MUFFIN_KEYBINDINGS_SCHEMA, "switch-windows-backward", "general"],
59+
[_("Cycle through windows from all workspaces"), MUFFIN_KEYBINDINGS_SCHEMA, "switch-panels", "general"],
60+
[_("Cycle backwards through windows from all workspaces"), MUFFIN_KEYBINDINGS_SCHEMA, "switch-panels-backward", "general"],
5961
[_("Cycle through open windows of the same application"), MUFFIN_KEYBINDINGS_SCHEMA, "switch-group", "general"],
6062
[_("Cycle backwards through open windows of the same application"), MUFFIN_KEYBINDINGS_SCHEMA, "switch-group-backward", "general"],
6163
[_("Run dialog"), MUFFIN_KEYBINDINGS_SCHEMA, "panel-run-dialog", "general"],

0 commit comments

Comments
 (0)