aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Mark Edgar <medgar123@gmail.com>2013-10-20 19:16:33 +0200
committerGravatar Roberto E. Vargas Caballero <k0ga@shike2.com>2013-12-18 08:11:14 +0100
commitef1dc9fc4bdfcd944b054c329bb5d51b8c52eb5c (patch)
treecfcccf61c0d7018cc396caed5c3388e54ed543ab /config.def.h
parent6162d631517c892ec76663f6ac2b8e4d109fe2d4 (diff)
Replace alignment tabs with spaces.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/config.def.h b/config.def.h
index 4c26ef5..986f6e2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -97,21 +97,21 @@ static unsigned int defaultunderline = 7;
/* Internal mouse shortcuts. */
/* Beware that overloading Button1 will disable the selection. */
static Mousekey mshortcuts[] = {
- /* button mask string */
- { Button4, XK_ANY_MOD, "\031"},
- { Button5, XK_ANY_MOD, "\005"},
+ /* button mask string */
+ { Button4, XK_ANY_MOD, "\031" },
+ { Button5, XK_ANY_MOD, "\005" },
};
/* Internal keyboard shortcuts. */
#define MODKEY Mod1Mask
static Shortcut shortcuts[] = {
- /* mask keysym function argument */
- { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} },
- { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} },
- { ShiftMask, XK_Insert, selpaste, {.i = 0} },
- { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} },
- { MODKEY, XK_Num_Lock, numlock, {.i = 0} },
+ /* mask keysym function argument */
+ { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} },
+ { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} },
+ { ShiftMask, XK_Insert, selpaste, {.i = 0} },
+ { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} },
+ { MODKEY, XK_Num_Lock, numlock, {.i = 0} },
};
/*