summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2015-11-18 14:31:14 +0100
committerQuentin Rameau <quinq@fifth.space>2015-11-18 14:59:13 +0100
commit4415c475f7063ac5df0a0cca6b6696f0987f1404 (patch)
tree178ad88445eb21828a659a0e05d681d024a658fe /config.def.h
parentb7cc1ae9644097899f881eb321c445ffca0bb3f2 (diff)
downloadsurf-4415c475f7063ac5df0a0cca6b6696f0987f1404.tar.gz
surf-4415c475f7063ac5df0a0cca6b6696f0987f1404.tar.bz2
surf-4415c475f7063ac5df0a0cca6b6696f0987f1404.zip
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.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
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") },