Making more than one Modkey to work in keys.

This commit is contained in:
Christoph Lohmann
2013-01-26 16:00:52 +01:00
parent e784d925df
commit 0415175e10
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -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 } },