Remove alt key from Z to stop Polish people feeling sad
This commit is contained in:
parent
8f887262b0
commit
9f0ca7cc44
|
@ -3867,7 +3867,7 @@ function OUTER(gscope)
|
|||
//scrollSelectionIntoView();
|
||||
specialHandled = true;
|
||||
}
|
||||
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "z" && (evt.metaKey || evt.ctrlKey))
|
||||
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "z" && (evt.metaKey || evt.ctrlKey) && !evt.altKey)
|
||||
{
|
||||
// cmd-Z (undo)
|
||||
fastIncorp(6);
|
||||
|
|
Loading…
Reference in New Issue