CMUBigLab / webanywhere

Accessible Technology Anywhere
http://webanywhere.cs.washington.edu/beta/
Other
17 stars 7 forks source link

Add command for navigating back and forward #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Key:
navigate back: ALT + <LEFT ARROW>
navigate forward: ALT + <RIGHT ARROW>
(both IE and Firefox use above keys)

Or just let pass these keys to browser.

Original issue reported on code.google.com by hgn...@gmail.com on 21 Mar 2010 at 10:14

GoogleCodeExporter commented 9 years ago
This function is already exist. However, it mistype arrowleft to leftarrow,
arrowright to right arrow in "keyboard.js", which make it not work. It has been 
fixed
now and this interface is added into content.php.

Original comment by hgn...@gmail.com on 28 Mar 2010 at 6:41