Bug #22621 ยป rtehtmlarea_bugfix_14349_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
hotKeys += key.toUpperCase();
|
||
}
|
||
});
|
||
// Make hot key map available, even if empty, so that plugins may add bindings
|
||
this.hotKeyMap = new Ext.KeyMap(documentElement);
|
||
if (!Ext.isEmpty(hotKeys)) {
|
||
this.hotKeyMap = new Ext.KeyMap(documentElement,
|
||
{
|
||
this.hotKeyMap.addBinding({
|
||
key: hotKeys,
|
||
ctrl: true,
|
||
shift: false,
|