X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=5f554ff28e6acc95e8bccfde760af1481af75891;hb=ba452c2e1311dab6f85c8d29c2aea2ae8e063d56;hp=fdf784e9ba36b4198d63b1f0e91375402cb0b14d;hpb=f02e652fa03809056b8cd9bafd2549df2db1552f;p=surf.git diff --git a/config.def.h b/config.def.h index fdf784e..5f554ff 100644 --- a/config.def.h +++ b/config.def.h @@ -45,6 +45,7 @@ static Key keys[] = { { MODKEY, GDK_space, scroll_v, { .i = +10000 } }, { MODKEY, GDK_i, scroll_h, { .i = +1 } }, { MODKEY, GDK_u, scroll_h, { .i = -1 } }, + { 0, GDK_Escape, stop, { 0 } }, { MODKEY, GDK_o, source, { 0 } }, { MODKEY, GDK_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") }, { MODKEY, GDK_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") },