It's possible to do this without patching the source. Just add this to your script.js:
document.body.contentEditable = true; document.designMode='on'; (or similiar. Not at my box right now.) 2009/9/27 hailukah <[email protected]>: > Alright you keyboard junkies: > > 1. Find the line in surf.c: > > g_object_set(G_OBJECT(settings), "user-agent", "surf", NULL); > > 2. Add this immediately below it: > > g_object_set(G_OBJECT(settings), "enable-caret-browsing", 1, NULL); > > 3. PROFIT!!! > > josh > > -- http://gnuffy.chaotika.org - Real Community Distro
