rcxml.c: set default Client Right/Middle Press

Raise+Focus, just as for Left Press
This commit is contained in:
Johan Malm 2021-12-03 22:11:09 +00:00
parent 04d69d8711
commit 3df4ade615

View file

@ -473,6 +473,8 @@ static struct {
{ "Frame", "A-Right", "Press", "Focus", NULL},
{ "Frame", "A-Right", "Press", "Raise", NULL},
{ "Frame", "A-Right", "Press", "Resize", NULL},
{ "Titlebar", "Left", "Press", "Focus", NULL},
{ "Titlebar", "Left", "Press", "Raise", NULL},
{ "TitleBar", "Left", "Press", "Move", NULL },
{ "TitleBar", "Left", "DoubleClick", "ToggleMaximize", NULL },
{ "Close", "Left", "Click", "Close", NULL },
@ -483,8 +485,10 @@ static struct {
{ "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},
{ "Client", "Right", "Press", "Focus", NULL},
{ "Client", "Right", "Press", "Raise", NULL},
{ "Client", "Middle", "Press", "Focus", NULL},
{ "Client", "Middle", "Press", "Raise", NULL},
{ NULL, NULL, NULL, NULL, NULL },
};