Closed mikigal closed 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?
_VK_FN = C.kCGEventFlagMaskSecondaryFn
// Found VK.Function, nvm
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