Add 'n' shortcut for new doc
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
This commit is contained in:
3
app/utils/keyboard.js
Normal file
3
app/utils/keyboard.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// @flow
|
||||
|
||||
export const meta = window.navigator.platform === 'MacIntel' ? '⌘' : 'Ctrl';
|
||||
Reference in New Issue
Block a user