Skip to content

Commit cb1e804

Browse files
committed
org.cinnamon.desktop.keybindings.wm schema: Separate keybinding for switching workspace up/down from toggling window/workspace selection
1 parent 134816e commit cb1e804

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: schemas/org.cinnamon.desktop.keybindings.wm.gschema.xml.in

+10-2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
<summary>Cancel tab popup</summary>
5252
</key>
5353

54+
<key type="as" name="toggle-workspace-selection">
55+
<default><![CDATA[['<Control><Alt>Up','<Alt>F1']]]></default>
56+
<summary>Show the workspace selection screen</summary>
57+
</key>
58+
<key type="as" name="toggle-window-selection">
59+
<default><![CDATA[['<Control><Alt>Down']]]></default>
60+
<summary>Show the window selection screen</summary>
61+
</key>
5462
<key type="as" name="switch-to-workspace-1">
5563
<default>[]</default>
5664
<summary>Switch to workspace 1</summary>
@@ -108,11 +116,11 @@
108116
<summary>Switch to workspace right</summary>
109117
</key>
110118
<key type="as" name="switch-to-workspace-up">
111-
<default><![CDATA[['<Control><Alt>Up','<Alt>F1']]]></default>
119+
<default>[]</default>
112120
<summary>Switch to workspace above</summary>
113121
</key>
114122
<key type="as" name="switch-to-workspace-down">
115-
<default><![CDATA[['<Control><Alt>Down']]]></default>
123+
<default>[]</default>
116124
<summary>Switch to workspace below</summary>
117125
</key>
118126
<key type="as" name="switch-group">

0 commit comments

Comments
 (0)