
list-mythtv at bluecamel
Apr 2, 2007, 4:41 AM
Post #5 of 6
(2070 views)
Permalink
|
|
Re: List of available lircrc commands for mythfrontend
[In reply to]
|
|
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 _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|