Project

General

Profile

Bug #18034 ยป rtehtmlarea_bugfix_7232.patch

Administrator Admin, 2008-02-13 20:12

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy)
}
}
}
if(ev.ctrlKey) {
if(ev.ctrlKey && !ev.shiftKey) {
if(!ev.altKey) {
// execute hotkey command
var key = String.fromCharCode((HTMLArea.is_ie || HTMLArea.is_safari || HTMLArea.is_opera) ? ev.keyCode : ev.charCode).toLowerCase();
    (1-1/1)