[mythtv-users] Keybindings such as XF86AudioPlay/PlayPause

2005-12-26 Thread Luke A. Olbrish
I've been trying to get my media keyboard's extra buttons to work
without having to modify my xmodmap.  I've found that if I adjust
settings in mythweb for the keybindings, things like "XF86Audio..." do
not work.  Even more curious, page up and page down use "PgUp" and
"PgDown", which is not the X event (X uses "Prior" and "Next") or the
event name straight from /dev/input/event? (/dev/input uses "PageUp"
and "PageDown").
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

If I modify my xmodmap so the media keyboard keycodes for the extra
keys map to Prior and Next, then I can properly use these media keys.
I would rather be able to specifically map the keys though if anyone
knows if a way around this.

Thanks for any input you might have.
-- 
Luke Anthony Olbrish
<[EMAIL PROTECTED]>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] keybindings question - change keybinding based on context

2005-05-27 Thread Donavan Stanley
On 5/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi, I have a question about key bindings, and possible
> enhancement request.  I know there is a way to re-map the keys
> used in myth, but simply remapping them is not flexible enough
> for me.  What I would like is a way to re-map the keys based on
> the context.  Such as if I am in playback mode, or in the menu,
> the same key could be remapped differently.  Is there currently
> any way to do this?


How have you tried remapping the keys?  Both MythWeb and editing the
database by hand should make it pretty clear that there are several
contexts available, such as  "TV Playback".
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] keybindings question - change keybinding based on context

2005-05-27 Thread ychbot24-myth
Hi, I have a question about key bindings, and possible
enhancement request.  I know there is a way to re-map the keys
used in myth, but simply remapping them is not flexible enough
for me.  What I would like is a way to re-map the keys based on
the context.  Such as if I am in playback mode, or in the menu,
the same key could be remapped differently.  Is there currently
any way to do this?  

This is a feature I would really like in the front end as I just
don't like the default behavior of the keys and simply
re-mapping them doesn't solve it.  If there is no way of doing
any of this now, I am willing to put in the time to learn the
architecture and QT and to implement this, if people think it is
a reasonable enhancement.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Keybindings

2005-05-17 Thread Griffon --
I fixed this by setting a unique identifyer in the mysql.txt file in
the /home/mythtv/
More info here http://mysettopbox.tv/phpBB2/viewtopic.php?t=4281&highlight=

On 5/17/05, Joe Henley <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm running MythTV version 18 from atrms.net.  It's version 109 for
> Fedora Core 3.
> 
> I cannot find a way to get changes to the keybindings to "stick."  I'm
> trying to adjust several of them, plus a couple of "jump points" using
> MythWeb.  But no luck.
> 
> I've tried to open up the MySQL security to "%"@"%", adjusted every
> permission I can find, etc. but nothing seems to work.
> 
> Anyone got any good ideas/suggestions?
> 
> TIA
> 
> Joe Henley
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 


-- 
-Griffon
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Keybindings

2005-05-17 Thread Joe Henley
Hi,
I'm running MythTV version 18 from atrms.net.  It's version 109 for 
Fedora Core 3.

I cannot find a way to get changes to the keybindings to "stick."  I'm 
trying to adjust several of them, plus a couple of "jump points" using 
MythWeb.  But no luck.

I've tried to open up the MySQL security to "%"@"%", adjusted every 
permission I can find, etc. but nothing seems to work.

Anyone got any good ideas/suggestions?
TIA
Joe Henley
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] keybindings failing in 0.18

2005-05-13 Thread Edward Rudd
I upgraded two different systems to 0.18 (using ATrpms rpms packages),
both with a PVR 250 w/ the grey remote.  Everything worked fine except
the remotes stopped being able to change channels correctly..  Anytime I
pressed one of the digit keys it would immediately goto that channel and
not allow me to specify a 2 digit channel.  I fixed one by completely
gutting the settings database and the keybindings database and
reconfiguring all the settings.. I just did a comparison of the two DBs
and can find no noticeable differences in the configurations that would
cause this issue.  Does anyone have any ideas? or where I can start
looking to what may be the problem??
 
-- 
Edward Rudd <[EMAIL PROTECTED]>
Website http://www.outoforder.cc/

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] keybindings patch

2005-02-12 Thread Tim Fenn
Dunno if anyone else is seeing this problem, but I had to apply the
attached patch in order for mythweb (0.16 and 0.17) to allow me to
edit my keybindings.

warning: I know nothing about PHP or SQL.

-- 
Morals?  I eat communism and $h!t America, brother.  --Seanbaby
--- settings_keys.php.orig  2005-01-23 19:35:54.0 -0800
+++ settings_keys.php   2005-02-12 18:18:41.062256615 -0800
@@ -24,6 +24,7 @@
 if (preg_match('/^jump:([\\w_\/]+):(\\w+)$/', $key, $matches)) {
 list($match, $dest, $host) = $matches;
 $dest = str_replace("_", " ", $dest);
+   $host = str_replace("_", ".", $host);
 $usehost = $host;
 $query = 'UPDATE jumppoints SET 
keylist='.escape($_POST[$key]).' WHERE destination='.escape($dest).' AND 
hostname='.escape($host).';';
 $result = mysql_query($query)
@@ -31,6 +32,7 @@
 }
 elseif (preg_match('/^key:([\\w_\/]+):(\\w+):(\\w+)$/', $key, 
$matches)) {
 list($match, $context, $action, $host) = $matches;
+   $host = str_replace("_", ".", $host);
 $usehost = $host;
 $context = str_replace("_", " ", $context);
 $query = 'UPDATE keybindings SET 
keylist='.escape($_POST[$key]).' WHERE context='.escape($context).' AND 
action='.escape($action).' AND hostname='.escape($host).';';
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users