Cannot use Globe/Fn key as a shortcut on MacOS
Hi Team,
Is there a way to do this ? couldn't find the possible option on https://github.com/tauri-apps/global-hotkey/blob/c9913a97667b3e44cb000de384cd8937d5a0050a/src/hotkey.rs#L233
Thanks
It is not supported atm and I don't know if it is event supported by the OS, I don't have a macOS to test either.
The problem is figuring out if it has a code in here https://github.com/phracker/MacOSX-SDKs/blob/master/MacOSX10.6.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Headers/Events.h
@amrbashir Would it be on this line?
Looks like the most likely one though that doesn't answer if macOS allows listening to it (with the APIs we use), that would have to be tested by someone with a macOS device.
@FabianLars Excuse me for my lack of knowledge. I have a macOS, so I can test. How would I go about testing?