Of course, the same variable can't have two values at once. Check for Control first, set a bool flag, check for Left. Reset the flag when releasing the key.
However, I think that realtime input (the sf::Input class) is more appropriate than events. How realtime input handling works is described in the tutorials.