diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-11-20 00:44:29 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2015-11-20 00:46:11 +0100 |
commit | c4f01cd18bf69dd24153f110be500ccc59eff498 (patch) | |
tree | 4aec821e208e6e8c0374df22eae6fa2b24575488 /config.def.h | |
parent | 0b5b798eb24ee6978c3ae932942105bf53122fe1 (diff) | |
download | surf-c4f01cd18bf69dd24153f110be500ccc59eff498.tar.gz surf-c4f01cd18bf69dd24153f110be500ccc59eff498.tar.bz2 surf-c4f01cd18bf69dd24153f110be500ccc59eff498.zip |
Adapt inspector handling
The inspector is now easily manageable via API, there's no need for
keeping its state in the Client.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 2fa96dc..17a5149 100644 --- a/config.def.h +++ b/config.def.h @@ -109,7 +109,7 @@ static Key keys[] = { { 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") }, |