From: Dana Jansens Date: Fri, 13 Jul 2007 18:43:15 +0000 (-0400) Subject: update hardcoded bindings to previous changes X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=a3e77fb0c7aa335b62149f6950ef7be1e12c8656;p=chaz%2Fopenbox update hardcoded bindings to previous changes --- diff --git a/openbox/config.c b/openbox/config.c index 72ac4108..e25d99fe 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -826,10 +826,10 @@ static void bind_default_mouse() { "Left", "AllDesktops", OB_MOUSE_ACTION_CLICK, "Raise" }, { "Left", "Shade", OB_MOUSE_ACTION_CLICK, "Raise" }, { "Left", "Close", OB_MOUSE_ACTION_CLICK, "Close" }, - { "Left", "Maximize", OB_MOUSE_ACTION_CLICK, "Maximize" }, + { "Left", "Maximize", OB_MOUSE_ACTION_CLICK, "ToggleMaximize" }, { "Left", "Iconify", OB_MOUSE_ACTION_CLICK, "Iconify" }, - { "Left", "AllDesktops", OB_MOUSE_ACTION_CLICK, "Omnipresent" }, - { "Left", "Shade", OB_MOUSE_ACTION_CLICK, "Shade" }, + { "Left", "AllDesktops", OB_MOUSE_ACTION_CLICK, "ToggleOmnipresent" }, + { "Left", "Shade", OB_MOUSE_ACTION_CLICK, "ToggleShade" }, { "Left", "TLCorner", OB_MOUSE_ACTION_MOTION, "Resize" }, { "Left", "TRCorner", OB_MOUSE_ACTION_MOTION, "Resize" }, { "Left", "BLCorner", OB_MOUSE_ACTION_MOTION, "Resize" },