mozilla/webmaker-core

Add keyboard nav to project viewer in browser

開放

#590 建立於 2015年8月24日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (31 個分叉)auto 404
enhancementfirst bughelp wanted

倉庫指標

星標
 (63 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

In the browser I am used to using my cursor keys for step-wise navigation (typically "prev" vs "next" navication, but sometimes omnidirectional), and it feels like our play mode is a perfect candidate for this, too.

cursor key -> nagivate one page in that direction, rather than clicking the dpad buttons. This should be relatively little work to add to the dpad, such that every time it renders a directional tab, it also adds a document listener for keyup for the relevant key, unbinding it again when the tab is removed from the rendered content.

貢獻者指南