Skip to content

Commit

Permalink
Fixed mapping for xbmc command "eject" for device "devinput" (KEY_EJECT
Browse files Browse the repository at this point in the history
not defined in linux/usr/include/input.h but KEY_EJECTCD and KEY_EJECTCLOSECD).
  • Loading branch information
ksooo committed Jul 2, 2014
1 parent 327f8f2 commit 60b4650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/Lircmap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,8 @@
<display>KEY_ZOOM</display>
<mute>KEY_MUTE</mute>
<power>KEY_POWER</power>
<eject>KEY_EJECT</eject>
<eject>KEY_EJECTCD</eject>
<eject>KEY_EJECTCLOSECD</eject>
<menu>KEY_DVD</menu>
<menu>KEY_MENU</menu>
<myvideo>KEY_VIDEO</myvideo>
Expand Down

0 comments on commit 60b4650

Please sign in to comment.