View Single Post
Posts: 150 | Thanked: 80 times | Joined on Dec 2009
#629
I'm having a bit of trouble trying to remap the buttons. I've been editing the 20-x11-sony-sixaxis.fdi file in /usr/share/hal/fdi/policy/20thirdparty/ and it's let me change all but one button. For some reason it won't let me change the Triangle button.

The keys I'm using are:

Code:
<!-- X=Z; O=X; []=A; Δ=S -->
      <merge key="input.x11_options.MapButton15" type="string">key=111</merge>
      <merge key="input.x11_options.MapButton14" type="string">key=36</merge>
      <merge key="input.x11_options.MapButton16" type="string">key=60</merge>
      <merge key="input.x11_options.MapButton13" type="string">key=48</merge>
So I want the semi-colon button on the N900 to be the Triangle button, but when I test it, nothing happens, it's a null entry,it's as if I'm not pressing a button. All the other buttons work fine.

Any help would be appreciated.