A hook to determine if the user is on a Mac.
Often times you'll want to show modifier keys in your UI. You can do this with the exported cmdOrCtrl and optionOrAlt variables.
cmdOrCtrl
optionOrAlt
This hook is based on the shadcn-svelte useIsMac hook, as well as some useful enhancements by Thomas G. Lopes.