|
154 | 154 | <default><![CDATA[['<Super>period']]]></default> |
155 | 155 | <summary>Switch to the next window</summary> |
156 | 156 | </key> |
157 | | - <key type="as" name="switch-next-loop"> |
158 | | - <default><![CDATA[['']]]></default> |
159 | | - <summary>Switch to the next window and loop around to the first window</summary> |
160 | | - </key> |
161 | 157 | <key type="as" name="switch-previous"> |
162 | 158 | <default><![CDATA[['<Super>comma']]]></default> |
163 | 159 | <summary>Switch to the previous window</summary> |
164 | 160 | </key> |
165 | | - <key type="as" name="switch-previous-loop"> |
166 | | - <default><![CDATA[['']]]></default> |
167 | | - <summary>Switch to the previous window and loop around to the last window</summary> |
168 | | - </key> |
169 | | - |
170 | 161 | <key type="as" name="switch-right"> |
171 | 162 | <default><![CDATA[['<Super>Right']]]></default> |
172 | 163 | <summary>Switch to the right window</summary> |
173 | 164 | </key> |
174 | | - <key type="as" name="switch-right-loop"> |
175 | | - <default><![CDATA[['']]]></default> |
176 | | - <summary>Switch to the right window and loop around to the left-most window</summary> |
177 | | - </key> |
178 | 165 | <key type="as" name="switch-left"> |
179 | 166 | <default><![CDATA[['<Super>Left']]]></default> |
180 | 167 | <summary>Switch to the left window</summary> |
181 | 168 | </key> |
182 | | - <key type="as" name="switch-left-loop"> |
183 | | - <default><![CDATA[['']]]></default> |
184 | | - <summary>Switch to the left window and loop around to the right-most window</summary> |
185 | | - </key> |
186 | | - |
187 | 169 | <key type="as" name="switch-up"> |
188 | 170 | <default><![CDATA[['<Super>Up']]]></default> |
189 | 171 | <summary>Switch to the window above</summary> |
190 | 172 | </key> |
191 | | - <key type="as" name="switch-up-loop"> |
192 | | - <default><![CDATA[['']]]></default> |
193 | | - <summary>Switch to the window above and loop around to the bottom-most window</summary> |
194 | | - </key> |
195 | 173 | <key type="as" name="switch-down"> |
196 | 174 | <default><![CDATA[['<Super>Down']]]></default> |
197 | 175 | <summary>Switch to the window below</summary> |
198 | 176 | </key> |
| 177 | + |
| 178 | + <key type="as" name="switch-next-loop"> |
| 179 | + <default><![CDATA[['']]]></default> |
| 180 | + <summary>Switch to the next window (with wrap-around)</summary> |
| 181 | + </key> |
| 182 | + <key type="as" name="switch-previous-loop"> |
| 183 | + <default><![CDATA[['']]]></default> |
| 184 | + <summary>Switch to the previous window (with wrap-around)</summary> |
| 185 | + </key> |
| 186 | + <key type="as" name="switch-right-loop"> |
| 187 | + <default><![CDATA[['']]]></default> |
| 188 | + <summary>Switch to the right window (with wrap-around)</summary> |
| 189 | + </key> |
| 190 | + <key type="as" name="switch-left-loop"> |
| 191 | + <default><![CDATA[['']]]></default> |
| 192 | + <summary>Switch to the left window (with wrap-around)</summary> |
| 193 | + </key> |
| 194 | + <key type="as" name="switch-up-loop"> |
| 195 | + <default><![CDATA[['']]]></default> |
| 196 | + <summary>Switch to the window above (with wrap-around)</summary> |
| 197 | + </key> |
199 | 198 | <key type="as" name="switch-down-loop"> |
200 | 199 | <default><![CDATA[['']]]></default> |
201 | | - <summary>Switch to the window below and loop back to the top-most window</summary> |
| 200 | + <summary>Switch to the window below (with wrap-around)</summary> |
202 | 201 | </key> |
203 | 202 |
|
204 | 203 | <key type="as" name="switch-global-right"> |
|
0 commit comments