Making more than one Modkey to work in keys.
This commit is contained in:
parent
e784d925df
commit
0415175e10
2 changed files with 6 additions and 1 deletions
|
|
@ -45,6 +45,10 @@ static Bool hidebackground = FALSE;
|
|||
#define MODKEY GDK_CONTROL_MASK
|
||||
|
||||
/* hotkeys */
|
||||
/*
|
||||
* If you use anything else but MODKEY and GDK_SHIFT_MASK, don't forget to
|
||||
* edit the CLEANMASK() macro.
|
||||
*/
|
||||
static Key keys[] = {
|
||||
/* modifier keyval function arg Focus */
|
||||
{ MODKEY|GDK_SHIFT_MASK,GDK_r, reload, { .b = TRUE } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue