Adding close button.
This commit is contained in:
parent
fb55e57fc1
commit
6e23a19d2f
@ -5,6 +5,7 @@ static Key keys[] = {
|
||||
{ "↑", XK_Up, 1 },
|
||||
{ "→", XK_Right, 1},
|
||||
{ "Alt", XK_Alt_L, 2 },
|
||||
{ "[X]", XK_Cancel, 1 },
|
||||
};
|
||||
|
||||
Buttonmod buttonmods[] = {
|
||||
|
@ -64,6 +64,7 @@ static Key keys[] = {
|
||||
{ "Alt Gr", XK_ISO_Level3_Shift, 2 },
|
||||
{ "Menu", XK_Menu, 2 },
|
||||
{ "Ctrl", XK_Control_R, 2 },
|
||||
{ "[X]", XK_Cancel, 1},
|
||||
};
|
||||
|
||||
Buttonmod buttonmods[] = {
|
||||
|
@ -60,6 +60,7 @@ static Key keys[] = {
|
||||
{ "", XK_space, 5 },
|
||||
{ "Alt", XK_Alt_R, 2 },
|
||||
{ "Ctrl", XK_Control_R, 2 },
|
||||
{ "[X]", XK_Cancel, 1},
|
||||
};
|
||||
|
||||
Buttonmod buttonmods[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user