NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 184 185 186 187 188 … 1231 Next »
keymappings changes not working

 
  • 0 Vote(s) - 0 Average
keymappings changes not working
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#1
2009-01-24, 09:09 PM (This post was last modified: 2009-01-24, 09:21 PM by johnsonx42.)
I want to change the keymapping so that the Home key calls up the OSD (the one normally called with ^B that shows the program info), rather than calling up the menu-inset mode. So, I modified both LiveTVPreviewPlayer.xml and LiveTVTimeshiftPlayer.xml thusly:

Code:
<command name="LIVETV_OSD" key="Home"/>
...
  <command name="LIVETV_MENU" key="End"/>

However, the change has no effect - the i button on my remote (which gb-pvr receives as 'Home') and the real 'Home' key on the keyboard still call up the menu-inset mode, and End still does nothing, BUT ^B now does nothing as well.

So on one hand it has recognized that ^B is not mapped to the OSD function, but doesn't recognize that Home and End now have different functions.

What gives? Are some of these keys hard-coded somewhere? Or am I missing something?


edit: additional observation: with the default keymapping, ^I also brings up the OSD yet ^I isn't mentioned anywhere in the keymapping. With my modified mapping, both ^B and ^I don't work. So ^I seems somehow linked to ^B, and Home seems hard-coded to the "LIVETV_MENU" and can't be assigned elsewhere? This is a bit illogical and frustrating.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2009-01-24, 11:58 PM
Some keys like Up/Down/Left/Right/Enter/Home/Escape get special attention in the application, and have hard coded meanings. These cant be overriden for to perform some other action..
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2009-01-25, 05:09 PM
arg! Arrows, Enter and Escape I can understand being hard coded, you don't want an error in the keymappings file making the program unusable, but why Home? It doesn't seem to do anything all that critical?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2009-01-25, 05:16 PM
Sorry, the GB-PVR has always used the Home key for some special activities (returning to the menu etc). Its not configurable.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2009-01-25, 05:25 PM
I'll get over it I guess. This is one case where my Vista results were better: my remote's i button didn't register as anything in GB-PVR, so I was able to map it with EventGhost to '^B' and bring up the OSD. But in XP, it gets received as Home and there's nothing I can do about it.

There's a couple of other buttons I can use, but none even remotely (no pun intended) as convenient as i
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#6
2009-01-25, 08:49 PM
Hmmm, this is interesting because I use XP Pro with SP3 and a Hauppauge 1062 MCE Remote and I have done exactly as you want to do - reassigned the i button to pull up the OSD.

I use LM Remote Keymap to do the key reassignments and I have posted a thread on how to use LM Remote Keymap with this remote, just do a search of the forums.

I also reassigned the green windows button to bring up the mini guide.

What remote are you using?

/Steve
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#7
2009-01-25, 09:46 PM
Gyration Airmouse MCE remote: http://www.gyration.com/?l=en#productDet...ediaRemote

It uses a USB RF dongle and interfaces as a standard USB HID device. AFAIK, there's no way to stop the remote keypresses from reaching windows, and therefore gb-pvr. The only thing I can do is catch remote keypresses that windows and/or gb-pvr don't already understand and make them do something else with EventGhost. Rather, I could catch the i button and send another command, but gb-pvr would still receive the 'Home' command as well.

I've got about 8 or 9 buttons that I can work with, just not the best one.

That said, I will look into LM Remote Keymap to see if it somehow can go the extra step of blocking the default function from reaching gb-pvr. Thanks.
SLR_65
Offline

Senior Member

Posts: 472
Threads: 61
Joined: May 2008
#8
2009-01-26, 02:57 AM
Hmmm, that's interesting - I thought the purpose of the remote configuration programs was to intercept the remote commands and translate to whatever you configured. I know that LM seems to do that on my system as I can reassign keys that do something to do something else.

Are you running media center edition? If so you have to disable a program to get things working correctly (ehome.exe I think).
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#9
2009-01-26, 03:18 AM
SLR_65 Wrote:Hmmm, that's interesting - I thought the purpose of the remote configuration programs was to intercept the remote commands and translate to whatever you configured. I know that LM seems to do that on my system as I can reassign keys that do something to do something else.

It is something I need to look into a little more. EventGhost is not exactly a remote configuration program, though that's probably one of it's most common uses. It simply watches for various events on the system, and then takes the actions you define. It has an HID plugin, which monitors for HID events. AFAICT it can't intercept anything - any event that occurs still occurs, EventGhost simply takes action based on the event. In the case of remote buttons that don't otherwise do anything in GB-PVR, I can simply tell EventGhost to detect the original HID event, and then 'press' F7 or ^B or whatever for me.

I was led to understand that the more common remote re-config utilities like HIP and Girder would not work with remotes that connect as USB HID devices such as mine. I haven't looked at LM Remote though...

Quote:Are you running media center edition? If so you have to disable a program to get things working correctly (ehome.exe I think).

Nope, just regular XP Pro SP3.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#10
2009-01-26, 03:22 AM
Quote:AFAICT it can't intercept anything - any event that occurs still occurs
You might need to change your remote to something other than 'MCE' in the config app.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Scheduling Not Working hasso 1 1,845 2011-06-28, 10:48 AM
Last Post: hasso
  Can't get GBPVR working w/ WinTV-PVR150 RandyH 21 8,536 2011-06-22, 05:35 PM
Last Post: adrian_vg@yahoo.com
  Windows 7 and Working DVD Menu Navigation imilne 8 4,277 2011-01-04, 02:23 PM
Last Post: imilne
  Webgrab no longer working, no EPG! mc2xml? ericbiermann 3 2,742 2010-12-23, 09:04 AM
Last Post: ericbiermann
  Automatic Transcoding Not Working taz 3 2,234 2010-11-22, 09:01 AM
Last Post: goelectric
  Hauppauge 1600 analog stopped working stoenjes 2 1,950 2010-11-16, 11:09 PM
Last Post: ryanmc
  Live TV Recording Pause etc not working manoj.kollam 3 2,422 2010-10-21, 10:50 PM
Last Post: sub
  PVRX2 has stopped working roguejedi 2 1,834 2010-10-09, 05:16 PM
Last Post: roguejedi
  Comcast DCI105COM1 DTA and Hauppauge IR Blaster not working DonP 6 7,225 2010-09-26, 03:46 AM
Last Post: pBS
  Net Radio not working on client PC JP23 2 1,699 2010-09-14, 10:45 PM
Last Post: JP23

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode