oftn-oswg / suit-js

A slick user-interface toolkit created in JavaScript for use with HTML5 canvas.
http://oftn.org/projects/suit/
Other
10 stars 1 forks source link

Implement keyboard navigation #10

Open dsamarin opened 13 years ago

dsamarin commented 13 years ago

Allow widget focusing for keyboard events, with <Tab> to go to the next widget and <Shift> + <Tab> to go to the previous. Widgets that are focused should have some sort of visual indication (A halo most likely, depending on the theme used)