1
Support / Re: Stuck... because I have a Belgian keyboard!?!
« on: August 09, 2009, 05:56:03 pm »
Sure, no problem.
I have only included the key assignment section, as this is probably the only part you're interested in anyway.
Hope this helps.
I have only included the key assignment section, as this is probably the only part you're interested in anyway.
Code: [Select]
<ActionSet>
<Action name="lmb" input="MOUSE_BUTTON_LEFT KEY_SPACE 0 JOY_BUTTON_0 " />
<Action name="rmb" input="MOUSE_BUTTON_RIGHT KEY_LCONTROL 0 JOY_BUTTON_1 " />
<Action name="PrimaryAction" input="MOUSE_BUTTON_LEFT KEY_SPACE 0 JOY_BUTTON_4 " />
<Action name="SecondaryAction" input="MOUSE_BUTTON_RIGHT KEY_LCONTROL 0 JOY_BUTTON_5 " />
<Action name="SwimLeft" input="0 KEY_LEFT 0 0 " />
<Action name="SwimRight" input="0 KEY_D KEY_RIGHT 0 " />
<Action name="SwimUp" input="0 KEY_W KEY_UP 0 " />
<Action name="SwimDown" input="0 KEY_S KEY_DOWN 0 " />
<Action name="Revert" input="0 KEY_X KEY_RMETA JOY_BUTTON_2 " />
<Action name="Roll" input="0 KEY_RSHIFT 0 0 " />
<Action name="WorldMap" input="0 KEY_Q KEY_TAB JOY_BUTTON_6 " />
<Action name="Escape" input="0 KEY_ESCAPE 0 JOY_BUTTON_7 " />
<Action name="SongSlot1" input="0 KEY_A 0 0 " />
<Action name="SongSlot2" input="0 KEY_L 0 0 " />
<Action name="SongSlot3" input="0 KEY_M 0 0 " />
<Action name="SongSlot4" input="0 KEY_R 0 0 " />
<Action name="SongSlot5" input="0 KEY_T 0 0 " />
<Action name="SongSlot6" input="0 KEY_Y 0 0 " />
<Action name="SongSlot7" input="0 KEY_U 0 0 " />
<Action name="SongSlot8" input="0 KEY_I 0 0 " />
<Action name="SongSlot9" input="0 KEY_O 0 0 " />
<Action name="SongSlot10" input="0 KEY_P 0 0 " />
<Action name="PrevPage" input="0 KEY_A KEY_LEFT JOY_BUTTON_4 " />
<Action name="NextPage" input="0 KEY_D KEY_RIGHT JOY_BUTTON_5 " />
<Action name="CookFood" input="0 KEY_W KEY_UP JOY_BUTTON_3 " />
<Action name="FoodRight" input="0 0 0 JOY_BUTTON_1 " />
<Action name="FoodLeft" input="0 KEY_S KEY_DOWN JOY_BUTTON_2 " />
<Action name="Look" input="MOUSE_BUTTON_MIDDLE KEY_LSHIFT 0 JOY_BUTTON_4 " />
<Action name="ToggleHelp" input="0 KEY_H KEY_F1 0 " />
</ActionSet>
Hope this helps.
