From 0415175e10880585c765613af0bd43e02de87116 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 26 Jan 2013 16:00:52 +0100 Subject: Making more than one Modkey to work in keys. --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 8a27a03..1cba4d7 100644 --- a/config.def.h +++ b/config.def.h @@ -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 } }, -- cgit v1.2.3