micmonay / keybd_event

For simulate key press in Linux, Windows and Mac in golang
MIT License
380 stars 57 forks source link

Function key in macOS #39

Closed mikigal closed 2 years ago

mikigal commented 2 years ago

I'm trying to press FN key on macOS I looks it's already implemented in keybd_darwin.go _VK_FN = C.kCGEventFlagMaskSecondaryFn, but I can't use it SetKeys method, there's no method like UseShift too. How can I press Function key?

// Found VK.Function, nvm