View Single Post
  #6 (permalink)  
Old 01-30-2007, 02:05 PM
pj1115's Avatar
pj1115 pj1115 is offline
Camouflage Condoms: They won't see you coming
My Mood:
 
Join Date: Nov 2005
Location: Surrey, UK
Age: 22
Posts: 1,310
Points: 214.19
Donate
Send a message via MSN to pj1115
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].
Reply With Quote