add default bindings for the side edges
This commit is contained in:
parent
0bfe6c1e52
commit
4f7a70f9fa
1 changed files with 4 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue