summaryrefslogtreecommitdiff
path: root/m4p
diff options
context:
space:
mode:
authorDmitrii Morozov <snoopdesigns@gmail.com>2024-03-27 20:46:08 +0100
committerDmitrii Morozov <snoopdesigns@gmail.com>2024-03-27 20:46:08 +0100
commitb5d395a17604b6d47ec010fad752cdd6c8b82e3a (patch)
tree2bb84679ca2f67efde8dd4455b062e2ce31f7fa3 /m4p
parentfd96ce3403f0bf98c215152e0d8424673c9db7e6 (diff)
Added some key mappings
Diffstat (limited to 'm4p')
-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
)