Skip to content

Commit

Permalink
added more key events
Browse files Browse the repository at this point in the history
  • Loading branch information
youzi committed Mar 22, 2017
1 parent 067c283 commit cbb45b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/key.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = {
arrowup: [ 38, 'ArrowUp', 'Up' ],
arrowright: [ 39, 'ArrowRight', 'Right' ],
arrowdown: [ 40, 'ArrowDown', 'Down' ],
// for TV only?
back: [ 8, 461, 'XF86Back', 'Backspace' ],
select: [ 'Select' ]
}

Expand Down

0 comments on commit cbb45b8

Please sign in to comment.