On Fri, Oct 16, 2009 at 7:57 PM, pancake <panc...@youterm.com> wrote: > I would like to have a dupped keybinding for the showsearch. > > ... > 14 { MODKEY, GDK_g, showuri, { 0 }, Any > }, > 15 { MODKEY, GDK_slash, showsearch, { 0 }, Any > }, > 16 { MODKEY|GDK_SHIFT_MASK,GDK_slash, showsearch, { 0 }, Any > }, // ADD THIS INTO config.def.h > 17 { 0, GDK_Escape, hidesearch, { 0 }, Any > }, > ... > > The problem is that in the spanish keyboard you have to press shift to get > the slash > character (it's like an uppercase 7 (seven)).
Then don't use a totally retarded and braindead keyboard layouts like the Spanish one. Textbook case of 'if it hurts it is because you are doing something dumb'. When I remember the pain to get a fucking ~ I still have nightmares and can't understand how I managed so long without switching to the standard US kb layout (and that was over ten years ago). Btw, does surf support the standard Unix text editing keybindings[1]? uriel [1]: http://unix-kb.cat-v.org/ > > Thanks :) > > --pancake > >