From 87563c7e9d8a11472791c0e1686ae07bb6aa544d Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Wed, 21 Oct 2009 09:25:09 +0200 Subject: [PATCH] fixing config.def.h --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index 47943cb..e61cf6a 100644 --- a/config.def.h +++ b/config.def.h @@ -32,7 +32,6 @@ static Key keys[] = { { MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND") }, { MODKEY, GDK_n, find, { .b = TRUE } }, { MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } }, - { 0, GDK_Return, loaduri, { .v = NULL } }, }; static Item items[] = { -- 2.20.1