summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-01-26 16:00:52 +0100
committerChristoph Lohmann <20h@r-36.net>2013-01-26 16:00:52 +0100
commit0415175e10880585c765613af0bd43e02de87116 (patch)
treee1df8b32673a1b64f9938dd0ecd184800264433e /config.def.h
parente784d925dfab0405cb4bf2ac7466045d8089a189 (diff)
downloadsurf-0415175e10880585c765613af0bd43e02de87116.tar.gz
surf-0415175e10880585c765613af0bd43e02de87116.tar.bz2
surf-0415175e10880585c765613af0bd43e02de87116.zip
Making more than one Modkey to work in keys.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
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 } },