From 4415c475f7063ac5df0a0cca6b6696f0987f1404 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Wed, 18 Nov 2015 14:31:14 +0100 Subject: Remove source(), it has been removed from webkit2gtk WebKit2GTK doesn't provide a direct way to view source anymore, we'll have to do that ourselves with a GtkSourceView if we still need that. --- config.def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index bed5fe1..0a5d9fb 100644 --- a/config.def.h +++ b/config.def.h @@ -109,7 +109,6 @@ static Key keys[] = { { 0, GDK_KEY_F11, fullscreen, { 0 } }, { 0, GDK_KEY_Escape, stop, { 0 } }, - { MODKEY, GDK_KEY_o, source, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, inspector, { 0 } }, { MODKEY, GDK_KEY_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") }, -- cgit v1.2.3