Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Feature request: Numbered links accessible via keyboard #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From user:

What I meant was:
Get a list of the URL's on the page.
And make it a numbered list.
e.g.

1. http://www.url1.com
2. http://www.url2.net
3. http://url3.org

To go a step further you can display the number of each link in the 
displayed page. An example of how this is implemented is here: 

http://code.google.com/p/mouselessbrowsing/

So viewing the page you would see

href for URL1 [1]
href for URL2 [2]
href for URL3 [3]

With the above example implementation, the user 
can press Ctrl-1 and this will be the same as 
clicking a mouse on the link to URL1.

Ctrl-2 for URL2
Ctrl-3 for URL3

No mouse needed.

Original issue reported on code.google.com by alexei.c...@gmail.com on 31 Mar 2009 at 12:48