Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread markus schnalke
[2010-02-23 23:06] Sean Whitton > > It seems that with this patch you can no > longer differentiate between Mod-Shift-j and j - or even Mod-j. > Certainly not in the way I was doing it. I've moved things around to > get it to work but this may be a problem with the patch. That is likely true. I

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread Sean Whitton
Hi, On Tue, Feb 23, 2010 at 08:39:19PM +0100, markus schnalke wrote: > This might be caused by your settings in config.h . Of course one > needs to adjust the keymappings too. > > I attach my config.h to show a possible key setup. Be aware it is for > an outdated version of surf. This is what I

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread markus schnalke
[2010-02-23 14:38] Sean Whitton > On Tue, Feb 23, 2010 at 02:19:10PM +, Sean Whitton wrote: > > Thanks for that. I've cleaned up the patch to be sure it works with > > 0.3, and I've removed all the other things - anyone who is interested > > will find it attached. > > This patch has broken m

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread Sean Whitton
On Tue, Feb 23, 2010 at 02:19:10PM +, Sean Whitton wrote: > Thanks for that. I've cleaned up the patch to be sure it works with > 0.3, and I've removed all the other things - anyone who is interested > will find it attached. This patch has broken my zoom and scrolling keys; now j and k just z

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread Chris Palmer
Sean Whitton writes: > considering switching to surf. Be aware that surf does not make effective use of HTTPS (see previous thread in the archive if you are new to this list). Other than that I love surf...

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread markus schnalke
[2010-02-23 14:19] Sean Whitton > On Tue, Feb 23, 2010 at 01:57:17PM +0100, markus schnalke wrote: > > I used surf for several weeks last year. I had the same problem, so I > > hacked a mode interface like vi has. It is just a quick hack, it is > > outdated, and I don't use it anymore, but maybe i

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread Sean Whitton
Hi, On Tue, Feb 23, 2010 at 01:57:17PM +0100, markus schnalke wrote: > I used surf for several weeks last year. I had the same problem, so I > hacked a mode interface like vi has. It is just a quick hack, it is > outdated, and I don't use it anymore, but maybe it helps. Thanks for that. I've cle

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread markus schnalke
[2010-02-23 10:06] Sean Whitton > > [...] I am > considering switching to surf. I tried modifying config.h to remove the > need to hit a modifier (control by default) before every command: it > seems to me to make more sense to just be able to scroll with j and k > without having to hold down an

Re: [dev] [surf] Dependency on modifier keys

2010-02-23 Thread Nick White
On Tue, Feb 23, 2010 at 10:06:49AM +, Sean Whitton wrote: > I don't know GDK. Does it have the capability to tell surf when a > textbox has focus, and then a patch could detect this, and turn off > command keys until the box loses focus/escape is hit? I don't know how divergent the codebases

[dev] [surf] Dependency on modifier keys

2010-02-23 Thread Sean Whitton
Hi, I am getting very tired of Firefox taking forever to start up, eating my ram and slowing my machine down, so, since I already use dwm, I am considering switching to surf. I tried modifying config.h to remove the need to hit a modifier (control by default) before every command: it seems to me