keyboard shortcuts: add ctrl+alt+shift+left/down/righ/up to move current windows to the left/down/right/up workspace

This commit is contained in:
nodiscc
2020-06-18 19:12:39 +02:00
parent d919538d46
commit 959ee422b7

View File

@@ -192,6 +192,10 @@
<property name="override" type="bool" value="true"/> <property name="override" type="bool" value="true"/>
<property name="&lt;Super&gt;d" type="string" value="show_desktop_key"/> <property name="&lt;Super&gt;d" type="string" value="show_desktop_key"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Tab" type="string" value="switch_application_key"/> <property name="&lt;Primary&gt;&lt;Alt&gt;Tab" type="string" value="switch_application_key"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" value="move_window_up_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Down" type="string" value="move_window_down_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_workspace_key"/>
<property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_workspace_key"/>
</property> </property>
</property> </property>
<property name="providers" type="array"> <property name="providers" type="array">