fc7c485ba9
Fixed cmd+enter shortcut to publish doc Fixed keyboard shortcut display on non-mac Fixed heading alignment Fixed documents smaller than page should not scroll
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
// @flow
|
|
|
|
export const meta = window.navigator.platform === 'MacIntel' ? '⌘' : 'Ctrl';
|