Deepin: Shortcut for docking window to side/corner of screen

deepinkeyboard shortcutswindow

I would like to know if there is a shortcut in deepin os for docking a window to a side or corner of the screen.
Just like it does when the window is dragged to one edge of the screen.

It doesn't seem to be listed in the shortcut section of the control panel.

Or if there is none, is it somewhere explained how to create on?

Best Answer

Following your last answer, and looking at the source code ; I found this using DBUS.

You can create a custom shortcut using the following line as command qdbus com.deepin.wm /com/deepin/wm com.deepin.wm.TileActiveWindow 1

1 is for left, and 2 for right.

Related Question