The "OR" works perfectly.
What causes it to not work is the "C" and "V" events.
They are events (marked by an arrow) and differ from conditions.
Conditions trigger each tick when they are true while events only trigger once as soon as they are true.
You can simply change the "C" and "V" events to "Key is down" conditions.
It will work then.