1import { isMac } from "@react-aria/utils"; 2 3export const metaKey = () => (isMac() ? "⌘" : "Ctrl");