updated keycodes for presentation remotes
This commit is contained in:
parent
94540f5c24
commit
d8d9f6e1bc
|
@ -74,9 +74,9 @@ class Attentive.Presentation
|
||||||
switch e.keyCode
|
switch e.keyCode
|
||||||
when 72
|
when 72
|
||||||
this.advanceTo(0)
|
this.advanceTo(0)
|
||||||
when 37
|
when 37, 33
|
||||||
this.advance(-1)
|
this.advance(-1)
|
||||||
when 39, 32
|
when 39, 32, 34
|
||||||
this.advance()
|
this.advance()
|
||||||
when 220
|
when 220
|
||||||
@timer.reset()
|
@timer.reset()
|
||||||
|
|
Loading…
Reference in New Issue