diff options
Diffstat (limited to 'm4p')
| -rw-r--r-- | m4p/m4p.go | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -12,6 +12,7 @@ const (  // Magic remote keycodes.  const (  	KeyWheelPressed = 13 +	KeyPause        = 19  	KeyChannelUp    = 33  	KeyChannelDown  = 34  	KeyLeft         = 37 @@ -32,6 +33,7 @@ const (  	KeyGreen        = 404  	KeyYellow       = 405  	KeyBlue         = 406 +	KeyPlay         = 415  	KeyBack         = 461  ) | 
