🛺 keyboardShortcuts.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent 9152c93fad
commit 1fe05b5d63

View File

@@ -12,3 +12,4 @@ export function isMacosOptionChar(
): char is keyof typeof MACOS_OPTION_SPECIAL_CHARS {
return char in MACOS_OPTION_SPECIAL_CHARS
}