summaryrefslogtreecommitdiff
path: root/m4p/m4p.go
diff options
context:
space:
mode:
Diffstat (limited to 'm4p/m4p.go')
-rw-r--r--m4p/m4p.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/m4p/m4p.go b/m4p/m4p.go
index 07f78a5..d69e31b 100644
--- a/m4p/m4p.go
+++ b/m4p/m4p.go
@@ -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
)