about summary refs log tree commit diff stats
path: root/settings.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-01 16:57:37 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-01 16:57:37 -0400
commit4a89688b2bd24de45155cdd95d5e29ae3c9d1229 (patch)
tree5d606c0f01ab199eabbc753259566aedc27a5bb6 /settings.c
parent59e5b689070af33f9597ee85f9d046e850aa26e8 (diff)
downloadxombrero-4a89688b2bd24de45155cdd95d5e29ae3c9d1229.tar.gz
Fix the behavior of show_url and fancy_bar so they actually act like
the manpage says they do.  Setting show_url = 1 and fancy_bar = 0 will
now only display the url bar on the toolbar and not draw the buttons
and search box.
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.c b/settings.c
index 6783aa1..633f3bd 100644
--- a/settings.c
+++ b/settings.c
@@ -1066,10 +1066,10 @@ struct key_binding	keys[] = {
 	{ "focusreset",		CTRL,	1,	GDK_0		},
 
 	/* command aliases (handy when -S flag is used) */
-	{ ":open ",		0,	1,	GDK_F9		},
-	{ ":open <uri>",	0,	1,	GDK_F10		},
-	{ ":tabnew ",		0,	1,	GDK_F11		},
-	{ ":tabnew <uri>",	0,	1,	GDK_F12		},
+	{ "promptopen",		0,	1,	GDK_F9		},
+	{ "promptopencurrent",	0,	1,	GDK_F10		},
+	{ "prompttabnew",	0,	1,	GDK_F11		},
+	{ "prompttabnewcurrent",0,	1,	GDK_F12		},
 };
 
 void