about summary refs log tree commit diff stats
path: root/settings.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-12-28 13:47:22 -0600
committerMarco Peereboom <marco@conformal.com>2011-12-28 13:47:22 -0600
commit6e798a18c65df1340037a6881088990e1fa30d14 (patch)
treec445d6c4ff973471309501fb2917a94f2be7ee0c /settings.c
parent748728177d5afa65af189ca1b50523a6b0d431e3 (diff)
downloadxombrero-6e798a18c65df1340037a6881088990e1fa30d14.tar.gz
user style ALL the pages _o/
From Cody Wright M8R-2bxmml@mailinator.com
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 04d8e91..79e4830 100644
--- a/settings.c
+++ b/settings.c
@@ -88,6 +88,7 @@ char		*encoding = NULL;
 int		autofocus_onload = 0;
 int		js_autorun_enabled = 1;
 int		edit_mode = XT_EM_HYBRID;
+int		userstyle_global = 0;
 
 char		*cmd_font_name = NULL;
 char		*oops_font_name = NULL;
@@ -681,6 +682,7 @@ struct key_binding	keys[] = {
 
 	/* custom stylesheet */
 	{ "userstyle",		0,	0,	GDK_s		},
+	{ "userstyle_global",	SHFT,	0,	GDK_S		},
 
 	/* navigation */
 	{ "goback",		0,	0,	GDK_BackSpace	},