[mythtv-users] List of available lircrc commands for mythfrontend

Scott list-mythtv at bluecamel.eml.cc
Mon Apr 2 11:41:13 UTC 2007


On Apr 2, 2007, at 6:30 AM, Mike Perkins wrote:

> Helps, but not all the time. Is it necessary for every user to try all
> combinations of PageDown, PageDn, PgDn, PAGEDOWN, etc to find the  
> exact
> string myth expects?
>
> A list of these correspondences would be nice. Remember, the list  
> linked
> above is for a keyboard user, where it's obvious which key is  
> meant. If
> trying to link in Lirc-derived keypresses in a config file,  
> something a
> little more exact is required.

In MythTV, choose Setup Utils -> Edit Keys and browse the lists for  
specific key names you're after. You need the MythControls plugin to  
see the Edit Keys screen. If you don't have it and don't care to use  
it then try this mysql command to dump the keys table:

	echo 'select * from keybindings' | mysql -u mythtv -p mythconverg >  
keybindings.txt

The keylist col will list out the exact keynames as  
"key1,key2,key3,key4". (In MythTV you can have one ore more keys  
bound to the same function.)

--
Scott



More information about the mythtv-users mailing list