add default bindings for the side edges

This commit is contained in:
Dana Jansens 2007-07-11 18:39:26 +00:00
parent 0bfe6c1e52
commit 4f7a70f9fa

View file

@ -834,6 +834,10 @@ static void bind_default_mouse()
{ "Left", "TRCorner", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "BLCorner", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "BRCorner", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "Top", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "Bottom", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "Left", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "Right", OB_MOUSE_ACTION_MOTION, "Resize" },
{ "Left", "Titlebar", OB_MOUSE_ACTION_MOTION, "Move" },
{ "A-Left", "Frame", OB_MOUSE_ACTION_MOTION, "Move" },
{ "A-Middle", "Frame", OB_MOUSE_ACTION_MOTION, "Resize" },