mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Remove alt key from Z to stop Polish people feeling sad
This commit is contained in:
parent
8f887262b0
commit
9f0ca7cc44
1 changed files with 1 additions and 1 deletions
|
@ -3867,7 +3867,7 @@ function OUTER(gscope)
|
||||||
//scrollSelectionIntoView();
|
//scrollSelectionIntoView();
|
||||||
specialHandled = true;
|
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)
|
// cmd-Z (undo)
|
||||||
fastIncorp(6);
|
fastIncorp(6);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue