renaming newproc to newwindow; make it usable within keys; begin implementing contextmenu

This commit is contained in:
Enno Boland (tox)
2009-10-16 14:19:25 +02:00
parent f62505a47a
commit e3690dffed
2 changed files with 23 additions and 7 deletions
+6
View File
@@ -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 } }
};