![]() |
|
[WINDOWS] HOW-TO use MCE remote in XBMC under Windows the easy way - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Windows support (/forumdisplay.php?fid=59) +---- Thread: [WINDOWS] HOW-TO use MCE remote in XBMC under Windows the easy way (/showthread.php?tid=78179) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
- elitegamer360 - 2011-03-13 17:53 Just updated the site regarding keyboard.xml. Some people having issues becuase they are just forgetting to replace the keyboard.xml in the system folder. To avoid this, from now on the location to put the custom Keyboard.xml will be in the userdata Keymaps folder :-) %AppData%\XBMC\userdata\keymaps So when updating to new XBMC release you will not have to replace the Original keyboard.xml in the "System" folder. Also for anyone who does not know! Keyboard.xml in [Appdata "Keymaps"] folder will override the Original XBMC keyboard.xml in the [System "Keymaps"] folder. Cheers, EG. - Eisi2005 - 2011-03-19 00:37 @elitegamer first let me say i love your reg fix. All works very nice for me. Could you help me with one problem. When i enter my movie library i have the jumpsms function for my movies, all work fine when i press the 6 xbmc moves to m and so on. But now i enter the search function and will search for something, now the 6 give me a 6 and not a m. Could i edit the keyboard.xml or remote.xml so that i have in the search function the sms keyboard ? Greets Eisi - elitegamer360 - 2011-03-19 01:59 Eisi2005 Wrote:@elitegamer In XBMC Settings_> System _> Input Devices [ENABLE] "Remote comtrol sends keyboard presses" ;-) Cheers, EG. - elitegamer360 - 2011-03-19 02:08 Sorry for the double post my mobile broadband sucx :-( - Eisi2005 - 2011-03-19 11:06 @elitegamer sorry i think my english is not so good, so you dont understand me ![]() I use only your reg key to enable the mce remote. Then i use the standard keyboard.xml come with xbmc. I have then make a keyboard.xml in my userdata with this content: <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> <j>audionextlanguage</j> <k>UpdateLibrary(video)</k> <b>XBMC.ActivateWindow(videolibrary,movietitles,return)</b> <e>ActivateWindow(myvideolibrary, special://videoplaylists/Kinderserie.xsp)</e> <g>ActivateWindow(myvideolibrary, special://videoplaylists/TV-Serie.xsp)</g> <h>ActivateWindow(myvideolibrary, special://videoplaylists/Animation.xsp)</h> </keyboard> </global> </keymap> When i now enter my movie library i could scroll through the library with 6=m again 6 jumps to n and so on. That´s all ok. When i now make the search function in the skin and search any content and i press 6 he wrotes 6. Is there any chance to make that in search function i have an sms write too, so that xbmc writes a m when i press 6 and not a 6 ? Greets Eisi - elitegamer360 - 2011-03-19 12:57 I understand now :-O You seem to have done everything correctly but if I remeber correctly someone else reported this in another thread. Not sure if its related or is it an issue with XBMC 10.1 ! JUMPSMS will not work the way you did it! I suggest you download my keyboard.xml v1.81 and place it in your userdata folder instead of the one you already have. And then add all the options as above to it then you should not have any issue. It seems to work with a full keyboard.xml and not just partial editions. :-) Cheers, EG. - Eisi2005 - 2011-03-19 20:00 @elitegamer it did not work. I have now copy your keyboard.xml with my addons to my C:\Users\Eisi2005\AppData\Roaming\XBMC\userdata\keymaps dir the xml has now the following content: http://pastebin.com/Nkhk23nY In my Y:\XBMC\system\keymaps keyboard.xml is the following content: http://pastebin.com/j4CcpiXi In search i didn´t have sms keyboard, only numbers. Or could i use in search only the virtual keyboard ? Greets Eisi - cd492 - 2011-03-19 20:10 At first big thanks for this nice tutorial. Have been using eventghost for some time but after I switched to win 7 eventghost can`t find my mce remote any more. So I tried your way and I`m really happy with it. Just one tiny question. How can I switch from windowed mode to full screen mode with the remote? It`s the keyboard button "\". - elitegamer360 - 2011-03-19 21:11 cd492 Wrote:At first big thanks for this nice tutorial. Have been using eventghost for some time but after I switched to win 7 eventghost can`t find my mce remote any more. So I tried your way and I`m really happy with it. Yes this "\" will switch to fullscreen. BTW the GSB script will be able to maximise XBMC if its windowed using your green start button, it might be with title bar though ;-) Edit: if you want to use one of the buttons on your remote to send "\" then just use MCERemotemapper Choose the button you want to use and make sure no boxes are ticked against it then from the dropdown menu select "OemPipe" if I remember correctly it represents the "\" Cheers, EG. - cd492 - 2011-03-19 21:58 elitegamer360 Wrote:Yes this "\" will switch to fullscreen. BTW the GSB script will be able to maximise XBMC if its windowed using your green start button, it might be with title bar though ;-) Yeah already tried the MceRemoteMapper, what an amazing little tool btw, but couldn`t find the blacksplash in the menu. OemPipe is the solution. Thanks EG! |