]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouserc
add unshaderaise and shadelower actions from Mikachu
[chaz/openbox] / plugins / mouse / mouserc
index 33e0263f0eabb11d55f22568e0792f2ac8305292..739ac30e902060d00be608573fefbd0b85fef8eb 100644 (file)
@@ -41,7 +41,8 @@
 
 # Action: The action to be performed then the Event occurs with the Button in
 #         the context.
-#  Value actions are:
+#
+#  For all Events *except* for drag Events, these are valid:
 #  * Focus - Focus the client
 #  * Unfocus - Unfocus the client
 #  * Iconify - Iconify the client
 #  * Shade - Shade (roll up) the client
 #  * Unshade - Unshade (roll down) the client
 #  * ToggleShade - Shade and unshade the client
+#  * ShadeLower - Shades the window if it's not shaded, and lower it
+#                 if it was already shaded
+#  * UnshadeRaise - Unshades the window if it's shaded, and raise it
+#                   if it was already unshaded
 #  * ToggleOmnipresent - Place the client on all desktops or the current one
 #  * MaximizeFull - Maximize the window horizontally and vertically
 #  * UnmaximizeFull - Restore the window horizontally and vertically
 #  * PreviousDesktopRowWrap - Switches to the desktop in the previous row,
 #                             based on the desktop layout set by a pager
 #                             (wrapping around the first and last rows)
+#  * ToggleDecorations - Toggles all decorations around a window on and off
+#  * Restart - Restarts Openbox
+#  * Exit - Exits Openbox
+#
+#  For drag Events only, these are valid:
 #  * Move - Move the client interactively, this can only be bound to the Drag
 #           Event
 #  * Resize - Resize the client interactively, this can only be bound to the
@@ -124,6 +134,7 @@ Frame               Click           A-Right Lower
 Titlebar       Press           Left    Focus
 Handle         Press           Left    Focus
 Client         Press           Left    Focus
+Client         Press           Middle  Focus
 
 Titlebar       DoubleClick     Left    ToggleShade
 Titlebar       Click           Up      Shade
@@ -144,3 +155,5 @@ Root                Click           A-Up    NextDesktopWrap
 Root           Click           A-Down  PreviousDesktopWrap
 Frame          Click           A-Up    NextDesktopWrap
 Frame          Click           A-Down  PreviousDesktopWrap
+Frame          Click           C-A-Up  SendToNextDesktopWrap
+Frame          Click           C-A-Down SendToPreviousDesktopWrap
This page took 0.021072 seconds and 4 git commands to generate.