I don't have account on Gitea, so i write here.
I create a sample for explaining this feature.
Drag window to move, when window maximized.
mabox / adjustment / mousebind
context Titlebar / orginal
<mouse>
<context name="Titlebar">
<mousebind action="Drag" button="Left">
<action name="Move"/>
</mousebind>
</context>
</mouse>
context Titlebar / adjust
<mouse>
<context name="Titlebar">
<mousebind action="Drag" button="Left">
<action name="UnmaximizeFull"/>
<action name="Move"/>
</mousebind>
</context>
</mouse>
context Frame / orginal
<mouse>
<context name="Frame">
<mousebind action="Drag" button="A-Left">
<action name="Move"/>
</mousebind>
</context>
</mouse>
context Frame / adjust
<mouse>
<context name="Frame">
<mousebind action="Drag" button="A-Left">
<action name="UnmaximizeFull"/>
<action name="Move"/>
</mousebind>
</context>
</mouse>
I don't have account on Gitea, so i write here.
I create a sample for explaining this feature.
mabox / adjustment / mousebind
context Titlebar / orginal
context Titlebar / adjust
context Frame / orginal
context Frame / adjust