![]() |
New keymap.xml's for default in CVS - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: New keymap.xml's for default in CVS (/showthread.php?tid=1273) Pages:
1
2
|
- onkel bouncy - 2004-02-05 i've uploaded a modified keymap.xml (keymap_ob.rar in skin folder). see the readme for changes and post your opinions here. - onkel bouncy - 2004-02-05 no comments ? - Nickman - 2004-02-05 (onkel bouncy @ feb. 05 2004,12:23 Wrote:no comments ?just took a look at it and it seems much better then the old one.. i'll give it a try later and give you and update. great job! update: tried it and liked it alot ![]() the only thing i can complain about is when playing movies "back" gets you to the menu but then i have to press "display" to get back to the movie again or else i get to the main menu. why not change it so that "menu" gets you to the main menu and "back" brings you back to the movie. i have it like this now ![]() update 2: hehe i just realized that there is no way of getting out of "my files" with my mapping of back :d but as i don't use that so much i'll leave it like i have now and maybe later change the mapping of "my files". i'll give it a thought and get back here with comments. //n - onkel bouncy - 2004-02-06 >the only thing i can complain about is when playing movies "back" gets you to the menu but then i have to press "display" to get back to the movie again or else i get to the main menu. why not change it so that "menu" gets you to the main menu and "back" brings you back to the movie. sorry this is impossible. the general-keylayout is active if you get out of the movie. and this layout has 'back' defined as 'back to previous menu'. i think this is ok. so 'back' is used in all sections to get back to menu and previous menu. 'display' is used to show viz & movie. and 'title' is used to add/remove file 2/from playlist and (de)select files/directory in files. >hehe i just realized that there is no way of getting out of "my files" with my mapping of back but as i don't use that so much i'll leave it like i have now and maybe later change the mapping of "my files". this works for me. try again. ok for now there are no more changes on this file. - nanite1000 - 2004-02-06 ff/rw finally works with gamepad. ff/rw with triggers, small step back is b-button. you need 5-2-2004 cvs sourcecode. add these lines to keymap.xml in right places. ... <gamepad>righttrigger</gamepad> ... <gamepad>lefttrigger</gamepad> ... <action> <description>small step back</description> <id>76</id> <gamepad>b</gamepad> </action> heres working section: Quote: <window> - onkel bouncy - 2004-02-06 there exists already a new keymap.xml for the devs. this is only a part of the new file. hope the devs will use it in next cvs. http://www.xboxmediaplayer.de/cgi-bin....;t=1473 - Nickman - 2004-02-06 Quote:sorry this is impossible. so i changed the general-keylayout. Quote:i think this is ok. heh and i don't ![]() Quote:this works for me. no it didn't cause i changed the general-keymap as i typed. but i later added "back" in my-files keymap to overide the default one. this is how i wan't it and i guess your way is more.. whats the word... no can't remember ![]() Quote:ok for now there are no more changes on this file. except in mine. now it's perfect. it's not the same 100 % the whole gui but this is how i like it.. not for noobs i guess. i have to say great work neverthenless. lots of bad english included in post :d //nickman - fhoude - 2004-02-08 hi, i only use my gamepad to control xbmc and found that the new ff et rew are not mapped on the gamepad. because this feature is really cool, i think that the default keymap should use right/left dpad for the new ff/rew and up/dn dpad should be map to step ff/rew just like this ![]() <action> <description>fastforward</description> <id>16</id> <gamepad>dpadright</gamepad> <remote>forward</remote> </action> <action> <description>rewind</description> <id>17</id> <gamepad>dpadleft</gamepad> <remote>reverse</remote> </action> <action> <description>step forward</description> <id>20</id> <gamepad>dpaddown</gamepad> <remote>right</remote> </action> <action> <description>step backward</description> <id>21</id> <gamepad>dpadup</gamepad> <remote>left</remote> </action> <action> <description>big step forward</description> <id>22</id> <remote>up</remote> </action> <action> <description>big step backward</description> <id>23</id> <remote>down</remote> </action> regards fred - Gamester17 - 2004-02-09 fyi ![]() - modified keymap.xml by onkel bouncy uploaded on sourceforge.net under xbmc patches - modified keymap.xml by shadow_mx uploaded on sourceforge.net under xbmc patches - onkel bouncy - 2004-02-15 i've updated my keymap to v 1.2. simply added music ff/rw on ir. look in the skin dir (upload section). - spiff - 2004-02-15 @ onkel bouncy i really think you should add page up/down on remote in my videos. seems like the skip +/- buttons are available... (of course i could do it, but since it's your project .. ![]() spiff - onkel bouncy - 2004-02-15 please add it and test it. if there are no problems in other sections i will add it. - spiff - 2004-02-18 come to think of it, this would be in conflict with playlists, which is planned for v2.0. anyway it would give inconsistencies with my music if we added it to my videos and that's something we really don't want. and last, but not least, since my video haven't got its own window i keymap.xml it's impossible to do.. maybe using the numbers might be an idea? ie hit 3 for page 3 etc - Gamester17 - 2004-02-20 fyi, poing just comitted a new default keymap to cvs, see here (link) - Gamester17 - 2004-02-20 note! know that all people who bought a xir-remote module shutdown their xboxes by pressing "0" on the xbox ir dvd-remote, this is hardcoded in the eeprom of the xir-remote module and cannot be changed unless you have a eeprom programmer. |