mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
move window raise/focus on click from hard-coded logic to default mouse binding
This commit is contained in:
parent
11512d30af
commit
a9f11c5fc7
2 changed files with 4 additions and 5 deletions
|
|
@ -475,6 +475,10 @@ static struct {
|
|||
{ "Root", "Left", "Press", "ShowMenu", "root-menu"},
|
||||
{ "Root", "Right", "Press", "ShowMenu", "root-menu"},
|
||||
{ "Root", "Middle", "Press", "ShowMenu", "root-menu"},
|
||||
{ "Client", "Left", "Press", "Focus", NULL},
|
||||
{ "Client", "Left", "Press", "Raise", NULL},
|
||||
{ "Titlebar", "Left", "Press", "Focus", NULL},
|
||||
{ "Titlebar", "Left", "Press", "Raise", NULL},
|
||||
{ NULL, NULL, NULL, NULL, NULL },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue