From e3690dffed6b6ebd09f53d70d05af6c8504aa0f1 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Fri, 16 Oct 2009 14:19:25 +0200 Subject: renaming newproc to newwindow; make it usable within keys; begin implementing contextmenu --- config.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e2f1ba3..a01f882 100644 --- a/config.def.h +++ b/config.def.h @@ -35,3 +35,9 @@ static Key keys[] = { { 0, GDK_Return, hideurl, { 0 }, UrlBar }, }; +static Context context[] = { + { "<===", navigate, { .i = -1 } } + { "===>", navigate, { .i = -1 } } + { "Stop", navigate, { .i = -1 } } + { "Open", navigate, { .i = -1 } } +}; -- cgit v1.2.3