diff --git a/www/codemirror/fhem_codemirror.js b/www/codemirror/fhem_codemirror.js index 97c8611b4..dda5ae96c 100644 --- a/www/codemirror/fhem_codemirror.js +++ b/www/codemirror/fhem_codemirror.js @@ -16,7 +16,6 @@ var cm_attr = { indentWithTabs: true, autofocus: true, lineNumbers: true, - keyMap: false, jumpToLine: false, jumpToLine_extraKey: false, smartIndent: false,