s4

changeset 931:756c99e27d4f

Posting with Meta-Enter changed to Ctrl-Enter
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 16 Feb 2021 09:26:15 +0900
parents 1221335459c6
children fd0237210542
files s4-main.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-main.js	Tue Jan 19 16:12:14 2021 +0900
     1.2 +++ b/s4-main.js	Tue Feb 16 09:26:15 2021 +0900
     1.3 @@ -505,7 +505,7 @@
     1.4      }
     1.5      function helpMarkdownEnter(e) {
     1.6  	if (e.keyCode == 13 && !e.shiftKey) {
     1.7 -	    if (e.metaKey && submitThisForm(e.target)) {
     1.8 +	    if (e.ctrlKey && submitThisForm(e.target)) {
     1.9  		e.preventDefault();
    1.10  		return;
    1.11  	    }