mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
4c0d0e3e61
GitOrigin-RevId: c6ab1dbeb1c56c35af121e7f657325a89fc847ea
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import { isMac } from '@/shared/utils/os'
|
|
|
|
export const metaKey = isMac ? 'meta' : 'ctrl'
|