# HG changeset patch # User HIROSE Yuuji # Date 1613435175 -32400 # Node ID 756c99e27d4f82829141b8e7b3ec178b30fd4705 # Parent 1221335459c667ea5b21388b3141527bc3615dce Posting with Meta-Enter changed to Ctrl-Enter diff -r 1221335459c6 -r 756c99e27d4f s4-main.js --- a/s4-main.js Tue Jan 19 16:12:14 2021 +0900 +++ b/s4-main.js Tue Feb 16 09:26:15 2021 +0900 @@ -505,7 +505,7 @@ } function helpMarkdownEnter(e) { if (e.keyCode == 13 && !e.shiftKey) { - if (e.metaKey && submitThisForm(e.target)) { + if (e.ctrlKey && submitThisForm(e.target)) { e.preventDefault(); return; }