summaryrefslogtreecommitdiff
path: root/doc/rc-mouse-focus.xml
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 21:39:40 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 21:39:40 +0000
commitb26635fe994a7cd1dc28893c0e40517b61036a9f (patch)
tree98d89eea8ac4c4fd03b49a63b40f200b6eee35e9 /doc/rc-mouse-focus.xml
parent2f541b6ef3fdc0fc1c7604c068b82d9e64b90354 (diff)
add Left and Right contexts for resizing
Diffstat (limited to 'doc/rc-mouse-focus.xml')
-rw-r--r--doc/rc-mouse-focus.xml24
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"/>