pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc703a
)
changing some labels in submenu.
author
Enno Boland (tox)
<tox@s01.de>
Tue, 20 Oct 2009 12:09:37 +0000
(14:09 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 20 Oct 2009 12:09:37 +0000
(14:09 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
c51ae98
..
be44d28
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-38,9
+38,11
@@
static Key keys[] = {
};
static Item items[] = {
+ { "Back", navigate, { .i = -1 } },
+ { "Forward", navigate, { .i = +1 } },
{ "New Window", newwindow, { .v = NULL } },
{ "Reload", reload, { .b = FALSE } },
{ "Stop", stop, { 0 } },
- { "
<===", navigate, { .i = -1
} },
- { "
===>", navigate, { .i = +1
} },
+ { "
Paste URI", clipboard, { .b = TRUE
} },
+ { "
Copy URI", clipboard, { .b = FALSE
} },
};