diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/rc-mouse-focus.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/rc-mouse-focus.xml b/doc/rc-mouse-focus.xml index ce8ca2a0..c1351cac 100644 --- a/doc/rc-mouse-focus.xml +++ b/doc/rc-mouse-focus.xml @@ -296,6 +296,30 @@ </mousebind> </context> + <context name="Left"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"><edge>top</edge></action> + </mousebind> + </context> + + <context name="Right"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"><edge>top</edge></action> + </mousebind> + </context> + <context name="Handle"> <mousebind button="Left" action="Press"> <action name="Focus"/> |
