emad-elsaid / devtools

A set of simple tools every developer needs, collected in one application.
http://www.emadelsaid.com/devtools
MIT License
15 stars 6 forks source link

Add Accessibility through keyboard to the sidebar like Devdocs.io #10

Closed emad-elsaid closed 8 years ago

emad-elsaid commented 8 years ago

SideBar should handle keyboard arrow (up and down) to select list items, and enter to open the selected tool, just like Devdocs.io

AmrEldib commented 8 years ago

ember-keyboard-shortcuts

emad-elsaid commented 8 years ago

looks suitable for the job, i'll try it

emad-elsaid commented 8 years ago

Thanks @AmrEldib it worked perfectly.