Author Topic: Where did my custom keys go?? LOOK HERE IF RIGHT CLICK DOES NOT WORK  (Read 3432 times)

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
As a few have noticed their custom to Mac keys are not the same in this release. To fix this take the follow and paste it in the file controls.xml in /Users/<your user name>/Library/Application Support/PlaneShift/options

Code: [Select]
<controls>
    <bind action="Forward" key="w" />
    <bind action="Backward" key="s" />
    <bind action="Rotate left" key="a" />
    <bind action="Rotate right" key="d" />
    <bind action="Strafe left" key="q" />
    <bind action="Strafe right" key="e" />
    <bind action="Brightness up" key="F12" />
    <bind action="Brightness down" key="F11" />
    <bind action="Brightness reset" key="F10" />
    <bind action="Forward (sec)" key="Up" />
    <bind action="Backward (sec)" key="Down" />
    <bind action="Rotate left (sec)" key="Left" />
    <bind action="Rotate right (sec)" key="Right" />
    <bind action="Strafe left (sec)" key="" />
    <bind action="Strafe right (sec)" key="" />
    <bind action="Run" key="Shift" />
    <bind action="AutoMove" key="n" />
    <bind action="MouseMove" key="" />
    <bind action="Sneak" key="Alt" />
    <bind action="ToggleRun" key="v" />
    <bind action="Jump" key="Space" />
    <bind action="Sit" key="z" />
    <bind action="Look up" key="PgUp" />
    <bind action="Look down" key="PgDn" />
    <bind action="Zoom in" key="ScrollUp" />
    <bind action="Zoom out" key="ScrollDown" />
    <bind action="Camera mode" key="m" />
    <bind action="Center camera" key="x" />
    <bind action="CameraForward/Back" key="" />
    <bind action="MouseLook" key="MiddleClick" />
    <bind action="Toggle MouseLook" key="Tab" />
    <bind action="Buddy" key="b" />
    <bind action="Buy" key="" />
    <bind action="Communications" key="" />
    <bind action="Help" key="F1" />
    <bind action="Inventory" key="i" />
    <bind action="Options" key="o" />
    <bind action="Quit" key="Alt+q" />
    <bind action="Spell book" key="c" />
    <bind action="Stats" key="p" />
    <bind action="Toggle chat" key="Enter" />
    <bind action="Reply tell" key="f" />
    <bind action="Close" key="Esc" />
    <bind action="Shortcut 1" key="1" />
    <bind action="Shortcut 2" key="2" />
    <bind action="Shortcut 3" key="3" />
    <bind action="Shortcut 4" key="4" />
    <bind action="Shortcut 5" key="5" />
    <bind action="Shortcut 6" key="6" />
    <bind action="Shortcut 7" key="7" />
    <bind action="Shortcut 8" key="8" />
    <bind action="Shortcut 9" key="9" />
    <bind action="Shortcut 10" key="0" />
</controls>

Over ride all that you see with this and you should be set to go

To fix your mouse so that control click works in that same folder you will want to edit mouse.xml and put the following in it:
Code: [Select]
<mouse>
    <Actions action="ContextMenu" button="0" modifier="2"/>
    <Actions action="EntitySelect" button="0" modifier="0"/>
     <Actions action="EntityDragDrop" button="0" modifier="0"/>
     <Actions action="EntityDragDropOne" button="0" modifier="1"/>
     <Actions action="EntityDragDropAll" button="0" modifier="2"/>
    <OnOff   option="InvertMouse" value="0"/>
    <Int     option="VertSensitivity" value="70"/>
    <Int     option="HorzSensitivity" value="70"/>
</mouse>

Enjoy!!
« Last Edit: August 28, 2008, 08:11:44 am by Caarrie »