aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-10-31 09:29:04 +0100
committerChristoph Lohmann <20h@r-36.net>2015-10-31 09:29:04 +0100
commite2aa03e6b71436e1c9207b01777baa16b7a00ea5 (patch)
treed131540622f459893c7c6b0e2bedae0ad578f615 /config.def.h
parentf56c58a968c1b3ddae76864bc9e27e5b9cc055c4 (diff)
downloadst-patched-e2aa03e6b71436e1c9207b01777baa16b7a00ea5.tar.bz2
st-patched-e2aa03e6b71436e1c9207b01777baa16b7a00ea5.tar.xz
st-patched-e2aa03e6b71436e1c9207b01777baa16b7a00ea5.zip
Now the Shortcuts are more consistent.
Keep the debile happy.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 860ce3d..fd09d72 100644
--- a/config.def.h
+++ b/config.def.h
@@ -134,7 +134,7 @@ static unsigned int defaultunderline = 7;
134 * Internal mouse shortcuts. 134 * Internal mouse shortcuts.
135 * Beware that overloading Button1 will disable the selection. 135 * Beware that overloading Button1 will disable the selection.
136 */ 136 */
137static Mousekey mshortcuts[] = { 137static MouseShortcut mshortcuts[] = {
138 /* button mask string */ 138 /* button mask string */
139 { Button4, XK_ANY_MOD, "\031" }, 139 { Button4, XK_ANY_MOD, "\031" },
140 { Button5, XK_ANY_MOD, "\005" }, 140 { Button5, XK_ANY_MOD, "\005" },