X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=be44d284dd4bcb88e399196fbcfddedcb2e428ed;hb=75cc43047fc21ddcacd564766bb3211d9d0746e6;hp=c51ae9895c5e207293b984cc4e8853e64b4f77e4;hpb=9dc703aff353836c27af2c8fc9c20f8866c37b15;p=surf.git diff --git a/config.def.h b/config.def.h index c51ae98..be44d28 100644 --- 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 } }, };