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