diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-16 14:19:25 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-16 14:19:25 +0200 |
commit | e3690dffed6b6ebd09f53d70d05af6c8504aa0f1 (patch) | |
tree | 4f536f602725da37e90ccc5f7739fc4bbeb71144 /config.def.h | |
parent | f62505a47ab046d5f31ae0d1ec652b94749b785e (diff) | |
download | surf-e3690dffed6b6ebd09f53d70d05af6c8504aa0f1.tar.gz surf-e3690dffed6b6ebd09f53d70d05af6c8504aa0f1.tar.bz2 surf-e3690dffed6b6ebd09f53d70d05af6c8504aa0f1.zip |
renaming newproc to newwindow; make it usable within keys; begin implementing contextmenu
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 } } +}; |