Disable the default control of your spaceship behaviour and do this:
--------------------------------------------------------------------------------
On left pressed
If ActorNr=Photon.MyActorNr --> Simulate control Left
-------------------------------------------------------------------------------
The line ActorNr=Photon.MyActorNr select the local client.
Edit:
Oh and replace the Photon.ActorNr by a Photon.MyActorNr or you will have some problems.