| It works like this:
- The configuration file defines all the buttons with a value, each of which are shown in that file.
- You enter a value by the function you want to assign to that button.
- To use that function in the XMB, you press [Note]+[b]. (B being your assigned button).
For instance, in the config, the [L] trigger is defined as "0x000100".
So, if I wanted to use [Note]+[L] to reboot, I would find:
" # Set the reset combo button".
The line underneath it would say "reset = [value]". So, I would replace the already existing line with:
"reset = 0x000100", which would assign it to [Note]+[L]. |