about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-16 14:19:25 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-16 14:19:25 +0200
commite3690dffed6b6ebd09f53d70d05af6c8504aa0f1 (patch)
tree4f536f602725da37e90ccc5f7739fc4bbeb71144 /config.def.h
parentchanging char to gchar where possible; unifing WebKitWebView variable naming (diff)
downloadsurf-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.h6
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 } }
+};