Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread p37sitdu
You can look at Arora. [1] They have implemented "Access keys" without javascript and Arora is based on webkit. Maybe it is not hard to port or at least it may be useful to read their code. It is GPLed, however. [1] https://code.google.com/p/arora/

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread 7heo
On 01/31/13 18:18, Thuban wrote: Hello, surf is supposed to be used via keyboard, but I don't know any useful way to follow a link without switching to mouse. Do you have any method? Regards. Arrow keys move the focus among links. Enter follows focused links. -- 7heo

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread Nick
Quoth Thuban: > I already use a script like this, but don't you think that a javascript > solution is not the best. > When you use surf without javascript (-s), this script is useless. Yes, I agree it isn't ideal, for that reason. But nobody has written an alternative. An easier workaround could

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread Charlie Kester
On 01/31/2013 09:18, Thuban wrote: Hello, surf is supposed to be used via keyboard, but I don't know any useful way to follow a link without switching to mouse. Do you have any method? Regards. I confess, it's been a while since I used surf, so maybe it already does this. But one possibilit

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread Thuban
I already use a script like this, but don't you think that a javascript solution is not the best. When you use surf without javascript (-s), this script is useless. Regards, Le 18:41:15 le 31 janv. 2013 , pancake a écrit : > afaik the script in the web is the nibble's one. > > On 01/31/13 18:37

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread pancake
afaik the script in the web is the nibble's one. On 01/31/13 18:37, Nick wrote: Quoth pancake: http://surf.suckless.org/files/link_hints There are a few other variants on the theme around on the mailing list archives too, if you're keen. I use one nibble posted a while ago.

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread Nick
Quoth pancake: > http://surf.suckless.org/files/link_hints There are a few other variants on the theme around on the mailing list archives too, if you're keen. I use one nibble posted a while ago.

Re: [dev] [surf] Follow a link without mouse?

2013-01-31 Thread pancake
http://surf.suckless.org/files/link_hints On 01/31/13 18:18, Thuban wrote: Hello, surf is supposed to be used via keyboard, but I don't know any useful way to follow a link without switching to mouse. Do you have any method? Regards.

[dev] [surf] Follow a link without mouse?

2013-01-31 Thread Thuban
Hello, surf is supposed to be used via keyboard, but I don't know any useful way to follow a link without switching to mouse. Do you have any method? Regards. -- ,--. Xavier Cartron : /` ) M2 MEFPC | `-' Debian user \_ jabber : thu...@jabber.fr

Re: [dev] [surf-5.0] internal download manager

2013-01-31 Thread Jochen Sprickerhof
* v4hn [2013-01-30 17:05]: > Digging further into that issue I found the webkit > engine adds the prefix "#HttpOnly_" to the relevant > cookie in the cookies.txt and wget therefore gladly ignores > the line. Someone should probably think up a patch for that. > It's enough to strip that prefix. Nor