Thank You for your continued support and contributions!
In order to change the keymapping, you will have to set up a build environment, make a small change to one of the source files, and then compile.
You can follow the instructions at www.rockbox.org/wiki/SimpleGuideToCompiling to get a build environment set up. Once you have done that, try compiling a normal rockbox build with no edits, to check all is well.Then we will get onto where to edit - you will be looking in /apps/keymaps/keymap-ipod.cGood luck
Note: As of version 2.573.2.3 the Cygwin installer requires .sig files to be present and verified against a gpg key stored at Cygwin.com. For now you can avoid performing this check by running "Setup.exe -X" from a command line. -- JustinHannigan - 14 Aug 2008
Are you sure it says "setup.ini" and not "setup.ini.sig"?Quote from: http://rockbox.org/wiki/CygwinInstallWithScreenShotsNote: As of version 2.573.2.3 the Cygwin installer requires .sig files to be present and verified against a gpg key stored at Cygwin.com. For now you can avoid performing this check by running "Setup.exe -X" from a command line. -- JustinHannigan - 14 Aug 2008
I'm a bit confused how you ended up with this folder structure: "C:\Rockbox\Home\Guest\build". I can see the SimpleGuideToCompiling page refers to this directory structure, but I'm not sure how it got to that point either I think the wiki instructions may be a bit broken.What are the contents of the "C:\Rockbox" folder?
cd c:cd Rockbox
mkdir buildcd build../tools/configure
So you just created "home\guest" because the wiki referred to them? In that case, those empty folders are useless. You can move the Rockbox source up to C:\Rockbox (so C:\Rockbox contains "apps", "docs", "fonts", etc.), and then delete "Home". Then from within Cygwin, navigate to C:\Rockbox:Code: [Select]cd c:cd RockboxNote that within Cygwin, file and folder names are case-sensitive, so "Rockbox", is not the same as "rockbox".Then create a build directory, move into it, and run configure:Code: [Select]mkdir buildcd build../tools/configure
Page created in 0.107 seconds with 14 queries.