[RELEASE] MCERemote Addon - MCE Remote Control Plugin for XBMC on Windows

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #121
kulprit Wrote:But has anyone got jumpsms working and what did you put into your keyboard.xml? Under what subsection?

Yes, it works just fine and always has. Are there some specific circumstances where it doesn't work for you?

I've just tested:

Code:
<keymap>
  <global>
    <keyboard>
      <two>JumpSMS2</two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
      <six>JumpSMS6</six>
      <seven>JumpSMS7</seven>
      <eight>JumpSMS8</eight>
      <nine>JumpSMS9</nine>
    </keyboard>
  </global>
</keymap>

and it worked as expected.

JR
find quote
kulprit Offline
Senior Member
Posts: 249
Joined: Jan 2009
Reputation: 0
Post: #122
I never tried it in global jhsrennie. I thought this would stop it working when you type in a time stamp for a position in a movie. Will give it a go.
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #123
kulprit Wrote:I never tried it in global jhsrennie. I thought this would stop it working when you type in a time stamp for a position in a movie. Will give it a go.

I've just tried it, and it does stop you typing in a time.

You could either move the jumpsms mappings to whatever sections you want to use them, or you could add mappings for the number keys to the fullscreenvideo section e.g.

Code:
<keymap>
  <global>
    <keyboard>
      <two>JumpSMS2</two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
      <six>JumpSMS6</six>
      <seven>backspace</seven>
      <eight>JumpSMS8</eight>
      <nine>JumpSMS9</nine>
    </keyboard>
  </global>
  <fullscreenvideo>
    <keyboard>
      <two>Number2</two>
      <three>Number3</three>
      <four>Number4</four>
      <five>Number5</five>
      <six>Number6</six>
      <seven>backspace</seven>
      <eight>Number8</eight>
      <nine>Number9</nine>
    </keyboard>
  </fullscreenvideo>
</keymap>

JR
find quote
elitegamer360 Offline
Posting Freak
Posts: 832
Joined: Feb 2007
Reputation: 13
Location: London, UK
Post: #124
kulprit Wrote:I never tried it in global jhsrennie. I thought this would stop it working when you type in a time stamp for a position in a movie. Will give it a go.

after adding the jumpsms to <Global> and adding this to <VirtualKeyboard>

Code:
<VirtualKeyboard>
    <keyboard>
      <zero>Number0</zero>
      <one>Number1</one>
      <two>Number2</two>
      <three>Number3</three>
      <four>Number4</four>
      <five>Number5</five>
      <six>Number6</six>
      <seven>Number7</seven>
      <eight>Number8</eight>
      <nine>Number9</nine>
      <backspace>Backspace</backspace>
    </keyboard>
  </VirtualKeyboard>

will do the job, my Keyboad.xml had it ages ago. Big Grin

Cheers,
EG.

[Image: elitegamer360.jpg]
[Image: newsigxbox05_3.png]
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #125
elitegamer360 Wrote:after adding the jumpsms to <Global> and adding this to <VirtualKeyboard>
etc

Hmmm, that doesn't work. If I set my userdata keymap to:

Code:
<keymap>
  <global>
    <keyboard>
      <two>JumpSMS2</two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
      <six>JumpSMS6</six>
      <seven>backspace</seven>
      <eight>JumpSMS8</eight>
      <nine>JumpSMS9</nine>
    </keyboard>
  </global>
  <VirtualKeyboard>
    <keyboard>
      <zero>Number0</zero>
      <one>Number1</one>
      <two>Number2</two>
      <three>Number3</three>
      <four>Number4</four>
      <five>Number5</five>
      <six>Number6</six>
      <seven>Number7</seven>
      <eight>Number8</eight>
      <nine>Number9</nine>
      <backspace>Backspace</backspace>
    </keyboard>
  </VirtualKeyboard>
</keymap>

Then typing in a time doesn't work when playing a video.

JR
find quote
elitegamer360 Offline
Posting Freak
Posts: 832
Joined: Feb 2007
Reputation: 13
Location: London, UK
Post: #126
jhsrennie Wrote:Hmmm, that doesn't work. If I set my userdata keymap to:

Code:
<keymap>
  <global>
    <keyboard>
      <two>JumpSMS2</two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
      <six>JumpSMS6</six>
      <seven>backspace</seven>
      <eight>JumpSMS8</eight>
      <nine>JumpSMS9</nine>
    </keyboard>
  </global>
  <VirtualKeyboard>
    <keyboard>
      <zero>Number0</zero>
      <one>Number1</one>
      <two>Number2</two>
      <three>Number3</three>
      <four>Number4</four>
      <five>Number5</five>
      <six>Number6</six>
      <seven>Number7</seven>
      <eight>Number8</eight>
      <nine>Number9</nine>
      <backspace>Backspace</backspace>
    </keyboard>
  </VirtualKeyboard>
</keymap>

Then typing in a time doesn't work when playing a video.

JR

I thought I made a mistake but I did test it again, double checked my keyboard.xml and it works no issues lol. Weird!!

Download my keyboard.xml and try again Big Grin it should work Honest :-)

Cheers,
EG.

[Image: elitegamer360.jpg]
[Image: newsigxbox05_3.png]
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #127
elitegamer360 Wrote:Download my keyboard.xml and try again Big Grin it should work Honest :-)

Your keymap.xml works because it includes:

Code:
<FullscreenVideo>
    <keyboard>
      etc
      <zero>Number0</zero>
      <one>Number1</one>
      <two>Number2</two>
      <three>Number3</three>
      <four>Number4</four>
      <five>Number5</five>
      <six>Number6</six>
      <seven>Number7</seven>
      <eight>Number8</eight>
      <nine>Number9</nine>
    </keyboard>
  </FullscreenVideo>

just like my example :-)

JR
find quote
elitegamer360 Offline
Posting Freak
Posts: 832
Joined: Feb 2007
Reputation: 13
Location: London, UK
Post: #128
jhsrennie Wrote:Your keymap.xml works because it includes:

Code:
<FullscreenVideo>
    <keyboard>
      etc
      <zero>Number0</zero>
      <one>Number1</one>
      <two>Number2</two>
      <three>Number3</three>
      <four>Number4</four>
      <five>Number5</five>
      <six>Number6</six>
      <seven>Number7</seven>
      <eight>Number8</eight>
      <nine>Number9</nine>
    </keyboard>
  </FullscreenVideo>

just like my example :-)

JR

Ohhh, so sorry don't know how I missed that! I'm so embarrassed now :o

I need to go check my eyes!

Cheers,
EG.

[Image: elitegamer360.jpg]
[Image: newsigxbox05_3.png]
find quote
Buff Offline
Senior Member
Posts: 129
Joined: May 2010
Reputation: 1
Post: #129
Hi, wondered if someone could help.

I have installed the MCERemote addon in Dharma beta 4, selected option 2 on the list "apply current settings" and then configured the DVD menu button to act as the keyboard button C

All are working well, except the green Windows button, which used to bring up Windows Media Center, now does nothing.

Could someone tell me the best way to get this working again?

In case needed, my remote is a Dell Microsoft remote.

Many thanks,
find quote
elitegamer360 Offline
Posting Freak
Posts: 832
Joined: Feb 2007
Reputation: 13
Location: London, UK
Post: #130
Buff Wrote:Hi, wondered if someone could help.

I have installed the MCERemote addon in Dharma beta 4, selected option 2 on the list "apply current settings" and then configured the DVD menu button to act as the keyboard button C

All are working well, except the green Windows button, which used to bring up Windows Media Center, now does nothing.

Could someone tell me the best way to get this working again?

In case needed, my remote is a Dell Microsoft remote.

Many thanks,

What do you want it to do?

EDIT: i.e Start WMCE or XBMC!

cheers,
EG.

[Image: elitegamer360.jpg]
[Image: newsigxbox05_3.png]
(This post was last modified: 2010-12-11 20:44 by elitegamer360.)
find quote
Post Reply