I've been looking for an answer to this, but all of the topics about it was really outdated.
The situation is, I have a flash game on the browser that I'm trying to play programmatically using the arrow keys. I know how to send a signal to the keys though, ex:
driver.FindElement(By.Id("myflash")).SendKeys(Keys.ArrowLeft);
But can't really get past that part.