[mythtv-users] Sending special keys in lircrc

Michael T. Dean mtdean at thirdcontact.com
Sun Jan 25 19:13:05 UTC 2009


On 01/25/2009 09:42 AM, Yan Seiner wrote:
> Is there some way I can send special keys like VolumeUp, PausePlay, 
> NextSong from lircrc?
> PlayPause is this scan code:
>
> Event: time 1232894467.872226, type 4 (Misc), code 4 (ScanCode), value 
> c00cd
> Event: time 1232894467.872239, type 1 (Key), code 164 (PlayPause), 
> value 0
>
> In other words:
>
> # PlayPause
>    begin
>        remote = hid_keyboard
>        button = PlayPause
>        prog   = mythfrontend
>        config = ***** <- what goes here?????
>        flags  = quit
>    end 

What follows Qt::Key_ in http://doc.trolltech.com/3.3/qt.html#Key-enum 
.  Yep, that's all you can use.

Mike


More information about the mythtv-users mailing list