Hi, I am working on an implementation of a web browser that does not support a mouse. The way to navigate around a web page would be by using the arrow keys. The left arrow key would take you to the closest link to left of the current position, the up arrow key would take to the closest link above the current position and so on. This is kind of like the TAB and SHIFT+TAB takes you across all the links diagonally on a web page. If anyone knows a way to implement this I would appreciate the help. I am currently looking at modifying TestGtkEbed. Thanks, Asl
