mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
move edge resizing from hard-coded to configuration
This commit is contained in:
parent
5ee4baee7a
commit
26d3d13a82
2 changed files with 9 additions and 7 deletions
|
|
@ -494,6 +494,14 @@ load_default_key_bindings(void)
|
|||
static struct {
|
||||
const char *context, *button, *event, *action, *command;
|
||||
} mouse_combos[] = {
|
||||
{ "Left", "Left", "Press", "Resize", NULL},
|
||||
{ "Top", "Left", "Press", "Resize", NULL},
|
||||
{ "Bottom", "Left", "Press", "Resize", NULL},
|
||||
{ "Right", "Left", "Press", "Resize", NULL},
|
||||
{ "TLCorner", "Left", "Press", "Resize", NULL},
|
||||
{ "TRCorner", "Left", "Press", "Resize", NULL},
|
||||
{ "BRCorner", "Left", "Press", "Resize", NULL},
|
||||
{ "BLCorner", "Left", "Press", "Resize", NULL},
|
||||
{ "Frame", "A-Left", "Press", "Focus", NULL},
|
||||
{ "Frame", "A-Left", "Press", "Raise", NULL},
|
||||
{ "Frame", "A-Left", "Press", "Move", NULL},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue