X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouserc;h=eba1e189cf659941ff40728465b9bf4f503ba8df;hb=4398c7c168fdcba1e31afc465d9783a57e7e674a;hp=1ac987a3b8e3dd1f2fc99e01c6561ead139dfca5;hpb=9f064164a4ef720798d6e49a78f1ed92c924a2dd;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouserc b/plugins/mouse/mouserc index 1ac987a3..eba1e189 100644 --- a/plugins/mouse/mouserc +++ b/plugins/mouse/mouserc @@ -41,9 +41,76 @@ # Action: The action to be performed then the Event occurs with the Button in # the context. -# Value actions are: -# * Focus - Focus the client -# +# +# For all Events *except* for drag Events, these are valid: +# * Focus - Focus the client +# * Unfocus - Unfocus the client +# * Iconify - Iconify the client +# * Raise - Raise the client to the front +# * Lower - Lower the client to the back +# * FocusRaise - Focus the client and raise the client to the front +# * Close - Close the client +# * Kill - Kill the client forcefully +# * 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 +# * ToggleMaximizeFull - Maximize or restore the window horizontally and +# vertically +# * MaximizeHorz - Maximize the window horizontally +# * UnmaximizeHorz - Restore the window horizontally +# * ToggleMaximizeHorz - Maximize or restore the window horizontally +# * MaximizeVert - Maximize the window vertically +# * UnmaximizeVert - Restore the window vertically +# * ToggleMaximizeVert - Maximize or restore the window vertically +# * SendToNextDesktop - Sends the window to the next desktop +# * SendToNextDesktopWrap - Sends the window to the next desktop (wrapping +# around the first and last desktops) +# * SendToPreviousDesktop - Sends the window to the previous desktop +# * SendToPreviousDesktopWrap - Sends the window to the previous desktop +# (wrapping around the first and last desktops) +# * NextDesktop - Switches to the next desktop +# * NextDesktopWrap - Switches to the next desktop (wrapping around the first +# and last desktops) +# * PreviousDesktop - Switches to the previous desktop +# * PreviousDesktopWrap - Switches to the previous desktop (wrapping around +# the first and last desktops) +# * NextDesktopColumn - Switches to the desktop in the next column, based on +# the desktop layout set by a pager +# * NextDesktopColumnWrap - Switches to the desktop in the next column, based +# on the desktop layout set by a pager (wrapping +# around the first and last columns) +# * PreviousDesktopColumn - Switches to the desktop in the previous column, +# based on the desktop layout set by a pager +# * PreviousDesktopColumnWrap - Switches to the desktop in the previous +# column, based on the desktop layout set by a +# pager (wrapping around the first and last +# columns) +# * NextDesktopRow - Switches to the desktop in the next row, based on the +# desktop layout set by a pager +# * NextDesktopRowWrap - Switches to the desktop in the next row, based on the +# desktop layout set by a pager (wrapping around the +# first and last rows) +# * PreviousDesktopRow - Switches to the desktop in the previous row, based on +# the desktop layout set by a pager +# * 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 +# Drag Event # All options are case insensitive. @@ -66,7 +133,10 @@ Frame Click A-Right Lower Titlebar Press Left Focus Handle Press Left Focus +BLCorner Press Left Focus +BRCorner Press Left Focus Client Press Left Focus +Client Press Middle Focus Titlebar DoubleClick Left ToggleShade Titlebar Click Up Shade @@ -80,6 +150,7 @@ Icon DoubleClick Left Close Close Click Left Close Close Click Middle Kill AllDesktops Click Left ToggleOmnipresent +Shade Click Left ToggleShade Root Click Up NextDesktopWrap Root Click Down PreviousDesktopWrap @@ -87,3 +158,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