4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
// @flow
|
|
|
|
export const meta = window.navigator.platform === "MacIntel" ? "⌘" : "Ctrl";
|