Fwd: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-22 Thread Alex Puterbaugh
17 -0400 > Subject: [dev] [surf] Shortcuts for horizontal scrolling > > Hey all, > > I've made a small patch that allows you to bind keys for > horizontal scrolling. > > This approach (which imho is the least of many evils) requires > the Arg union to be a struct, t

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-22 Thread Alex Puterbaugh
Nice stuff. You should submit that to the wiki :D >On Sun, Aug 22, 2010 at 11:17:20AM +0200, sta...@cs.tu-berlin.de wrote: > * Alex Puterbaugh [2010-08-21 20:32]: > > I think that horizontal scrolling via the keyboard is far from an > > "edge" use case for a web browser that already depends so h

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-22 Thread stanio
* Alex Puterbaugh [2010-08-21 20:32]: > I think that horizontal scrolling via the keyboard is far from an > "edge" use case for a web browser that already depends so heavily on > the keyboard, Yep. I've patched surf for horiz scrolling several months ago and shared the patch here I guess. There

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Alex Puterbaugh
Actually, that patch breaks the navigate() and clipboard() functions. There's an updated one attached. > On 21 August 2010 19:32, Alex Puterbaugh wrote: > Hey all, > > I've made a small patch that allows you to bind keys for > horizontal scrolling. > > This approach (which imho is the least of m

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Alex Puterbaugh
Heh. Looks like I forgot to attach it. How's it look now? There's also some changes to the default config file, but they are of course just suggested. >On Sat, Aug 21, 2010 at 07:35:33PM +0100, Rob wrote: > On 21 August 2010 19:32, Alex Puterbaugh wrote: > > Hey all, > > > > I've made a small

Re: [dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Rob
On 21 August 2010 19:32, Alex Puterbaugh wrote: > Hey all, > > I've made a small patch that allows you to bind keys for > horizontal scrolling. > > This approach (which imho is the least of many evils) requires > the Arg union to be a struct, to allow the scroll() function > to use both .b and .i

[dev] [surf] Shortcuts for horizontal scrolling

2010-08-21 Thread Alex Puterbaugh
Hey all, I've made a small patch that allows you to bind keys for horizontal scrolling. This approach (which imho is the least of many evils) requires the Arg union to be a struct, to allow the scroll() function to use both .b and .i as arguments. I think that horizontal scrolling via the keyboa