Posts: 39
Joined: May 2008
Reputation:
0
I have been setting up eventghosts profile for natively supporting xbmc. I just wanted to ask before I uploaded this, where exactly do people want certion buttons for things. (the non obvious ones, play, pause, fast forward, etc...)
Posts: 110
Joined: Jul 2008
Reputation:
0
Awesome ninebr34ker, I just set up eventghost to work with a firefly remote last night. The only think I cant figure out is how to pop up the context menu. The only keyboard mapping I can find is the menu button next to the right windows key, but I don't know what that is. I've seen some things online that say "c" is suppose to pop up the menu but that is not working for me.
How did you map this one?
-Tom
Posts: 87
Joined: May 2007
Reputation:
0
Take a look at the lircmap.xml for the linux version. It has all buttons mapped and we should map the same way i think
Posts: 266
Joined: Mar 2004
Reputation:
0
Just saw thisin the svn logs:
Revision 13991 - Directory Listing
Modified Wed Jul 9 17:43:54 2008 UTC (45 hours, 25 minutes ago) by charlydoes
[WIN32] added: very basic "IR Server Suite" support. *Should* work for mce-remotes with the added IRSSmap.xml
I think I need to do a build and test...
Posts: 87
Joined: May 2007
Reputation:
0
I think mine is a V2 and it has the buttons
Posts: 27
Joined: Jun 2008
Reputation:
0
Hi,
the problem with the remote software is not that it work, all the remote software work.
The XBMC-keymap for "keyboard" don´t match the keymap for "remote", and the PC remote-software use the keyboard keymap and therefore we can not control XBMC like on the XBOX.
Example:
On the XBOX the "Select" Button. (remote-keymap).
Global "Select" is "Select", but in "FullscreenVideo" this Button change the "AspectRatio".
On PC "Select" Button is "Return". (keyboard-keymap)
"Return" is always "Return", but in "FullscreenVideo" this Button shows the "OSD".
But if you change in <FullscreenVideo> part of the keymap.xml. the keyboard-command:
<return>OSD</return>
to
<return>AspectRatio</return>
it will work like on the XBOX.
So i see there two possible ways, to make it easier for us user to get remote software to work over keyboard-emulation. The first one is change all the keyboard Parts of the keymap.xml, but that´s not good for real keyboard users.
The second is added more keys example: the F13-F24 keys and combinations like ctrl+a.... There is no keyboard with F13-F24 keys, but it´s only virtual, and remote Software like EventGhost, has support for this keys.
So if we would have this extra keys, somebody (like me) can added this keys in the parts <keyboard> of the keymap.xml to match the <remote> parts.