diff --git a/exec/fseditor.js b/exec/fseditor.js
index 73f96fe3c03310eaca8102a0418306f31c9e8f41..60462e05868c20c240189844b78a2dee2d0bb959 100644
--- a/exec/fseditor.js
+++ b/exec/fseditor.js
@@ -1871,7 +1871,7 @@ else {
 bbs.sys_status&=~SS_PAUSEON;
 bbs.sys_status|=SS_PAUSEOFF;
 var oldpass=console.ctrlkey_passthru;
-console.ctrlkey_passthru="+ACGKLOPQRTUVWXYZ_";
+console.ctrlkey_passthru="+ACGKLNPQRTUVWXYZ_";
 /* Enable delete line in SyncTERM (Disabling ANSI Music in the process) */
 console.write("\033[=1M");
 console.clear();