Re: [dev] [surf] gtk key bindings

2009-09-07 Thread Ramil Farkhshatov
On Sun, Sep 06, 2009 at 10:53:14AM -0700, Ryan Zheng wrote: I've been meaning to send this one for a while now. It adds some bindings to the urlbar and searchbar (c-h, c-w, c-u for deleting, c-b, c-e for home/end). Not sure how it should be changed now that there's a config.h It can be

[dev] [surf] gtk key bindings

2009-09-06 Thread Ryan Zheng
I've been meaning to send this one for a while now. It adds some bindings to the urlbar and searchbar (c-h, c-w, c-u for deleting, c-b, c-e for home/end). Not sure how it should be changed now that there's a config.h rz diff -r bb36803abc1f surf.c --- a/surf.c Mon Jul 13 09:35:41 2009 +0200 +++

Re: [dev] [surf] gtk key bindings

2009-09-06 Thread Uriel
In theory you should be able to use the instructions at: http://unix-kb.cat-v.org/GTK_2/ Any further contributions about hot to provide sane Unix-like keybindings to more apps and environments are very welcome. Peace uriel On Sun, Sep 6, 2009 at 7:53 PM, Ryan Zhenggne...@gmail.com wrote: I've