diff --git a/static/shortcuts.js b/static/shortcuts.js index ebfe439..6b18ff4 100644 --- a/static/shortcuts.js +++ b/static/shortcuts.js @@ -344,7 +344,9 @@ ['Ctrl+.', 'Meta+.', wrapLifted, 'Format: Superscript'], ['Ctrl+Comma', 'Meta+Comma', wrapLowered, 'Format: Subscript'], ['Ctrl+X', 'Meta+Shift+x', wrapStrikethrough, 'Format: Strikethrough'], - ['Ctrl+k', 'Meta+k', wrapLink, 'Format: Link'], + ['Ctrl+k', 'Meta+k', wrapLink, 'Format: Inline link'], + // Apparently, ⌘; conflicts with a Safari's hotkey. Whatever. + ['Ctrl+;', 'Meta+;', insertDate, 'Insert date UTC'], ]; editorShortcuts.group('Editor', function () {