Using 2 weapons in VR - input problem (VR template)

Hi
I am making a simple VR shooter and would like to use 2 guns in both hands. I managed to set it up so I can pick up both of them and even shoot with one in right hand. Problem is that trigger only works on right controller because I dont know how to tell witch hand is holding the gun. After I attach to component I set ItemHeldInRightHand, but what if I pick it up with left controller. If I set it to ItemHeldInLeftHand then only left hand will be able to shoot. Any help would be much appreciated.