When I attempt to open the web inspector with Ctrl-Shift-o, nothing happens. No errors are generated in the console or anything. I've enabled the inspector feature in config.h with the following line:
SETB(Inspector, 1), I haven't changed the default key binding from: { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } }, Has anyone else noticed this problem?