[mythtv-users] How to reset key bindings back to default?

Nick Morrott knowledgejunkie at gmail.com
Wed Mar 18 23:56:20 UTC 2009


On 18/03/2009, Jean-Yves Avenard <jyavenard at gmail.com> wrote:
> Hi
>
>  2009/3/19 Michael T. Dean <mtdean at thirdcontact.com>:
>
> > On 03/18/2009 07:24 AM, Jean-Yves Avenard wrote:
>  >>
>  >> As the subject says, I'm looking at an easy way to reset all the key
>  >> bindings back to the system default.
>  >
>  > Shut down all myth apps (frontends and backends).  In mysql client:
>  >
>  > TRUNCATE TABLE keybindings;
>  > TRUNCATE TABLE jumppoints;

DELETE FROM `jumppoints` WHERE `hostname` = '$HOSTNAME';
DELETE FROM `keybindings` WHERE `hostname` = '$HOSTNAME';

?

Nick

-- 
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin


More information about the mythtv-users mailing list