X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=17a5149d9c2bd7cc742fad66bc552d64a6c03a4b;hb=c4f01cd18bf69dd24153f110be500ccc59eff498;hp=a274b1e7e617357a58d854ee26bbc97ec0b7f6f7;hpb=b9530ad5d1cd29e176c9f16b92f1983993b22049;p=surf.git diff --git a/config.def.h b/config.def.h index a274b1e..17a5149 100644 --- a/config.def.h +++ b/config.def.h @@ -107,9 +107,9 @@ static Key keys[] = { { MODKEY, GDK_KEY_i, scroll_h, { .i = +1 } }, { MODKEY, GDK_KEY_u, scroll_h, { .i = -1 } }, - { 0, GDK_KEY_F11, fullscreen, { 0 } }, + { 0, GDK_KEY_F11, togglefullscreen, { 0 } }, { 0, GDK_KEY_Escape, stop, { 0 } }, - { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, inspector, { 0 } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } }, { MODKEY, GDK_KEY_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") }, { MODKEY, GDK_KEY_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, @@ -129,9 +129,9 @@ static Key keys[] = { }; /* button definitions */ -/* where can be OnDoc, OnLink, OnImg, OnMedia, OnEdit, OnBar, OnSel, OnAny */ +/* target can be OnDoc, OnLink, OnImg, OnMedia, OnEdit, OnBar, OnSel, OnAny */ static Button buttons[] = { - /* where event mask button function argument stop event */ + /* target event mask button function argument stop event */ { OnLink, 0, 2, linkopenembed, { 0 }, 1 }, { OnLink, MODKEY, 2, linkopen, { 0 }, 1 }, { OnLink, MODKEY, 1, linkopen, { 0 }, 1 },