aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/js/keyboard_navigation.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow arrow keys in input fields and textareasJakob Kramer2012-03-241-1/+9
| | | | | If you pressed an arrow key in a textarea before, the next/previous media was opened.
* Stop failing if there is no previous/next to go toJef van Schendel2012-03-051-2/+6
|
* Add left and right arrow keys navigation (add new JS file, link it from ↵Jef van Schendel2012-02-141-0/+29
media.html; add new navigation_right class to right button)