[mythtv-users] Sending special keys in lircrc
Fredrik Hallgarde
mythtv at tedde.nu
Mon Jan 26 09:20:56 UTC 2009
Michael T. Dean skrev:
> 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
If I am not mistaken what you are looking for is:
p
If you havent remapped your mythtv-keys they are most likely set up as:
http://wilsonet.com/mythtv/keys.txt
(the file is in the mythtv file structure as well but I found this one
quicker...)
Fredrik
More information about the mythtv-users
mailing list