mirror of
https://github.com/outline/outline.git
synced 2026-06-27 18:24:23 +03:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
// @flow
|
|
|
|
export const meta = window.navigator.platform === "MacIntel" ? "⌘" : "Ctrl";
|