How can I do some action for windows automation on appium2.0

I want to do some action like sendKeys for windows automation on Appium2.0.
unfortunately,I can’t find every method for it

Actions action= new Actions(getDriver())
** action.sendKeys(SeleniumKey.F6) **
** action.perform()**
It’s didn’t work now