File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 8383### MoveToEdge, ShrinkToEdge and GrowToEdge
8484
8585```
86- <keybind key="W-Left">
86+ <keybind key="C- W-Left">
8787 <action name="MoveToEdge" direction="left" snapWindows="true"/>
8888</keybind>
89- <keybind key="W-Right">
89+ <keybind key="C- W-Right">
9090 <action name="MoveToEdge" direction="right" snapWindows="true"/>
9191</keybind>
92- <keybind key="W-Up">
92+ <keybind key="C- W-Up">
9393 <action name="MoveToEdge" direction="up" snapWindows="true"/>
9494</keybind>
95- <keybind key="W-Down">
95+ <keybind key="C- W-Down">
9696 <action name="MoveToEdge" direction="down" snapWindows="true"/>
9797</keybind>
9898<keybind key="W-S-Left">
109109</keybind>
110110```
111111
112- ### SnapToEdge
113-
114- ```
115- <keybind key="C-W-Left">
116- <action name="SnapToEdge" direction="left"/>
117- </keybind>
118- <keybind key="C-W-Right">
119- <action name="SnapToEdge" direction="right"/>
120- </keybind>
121- <keybind key="C-W-Up">
122- <action name="SnapToEdge" direction="up"/>
123- </keybind>
124- <keybind key="C-W-Down">
125- <action name="SnapToEdge" direction="down"/>
126- </keybind>
127- ```
128-
129112## Mousebinds
130113
131114### Unfosus all windows when clicking on desktop
You can’t perform that action at this time.
0 commit comments