X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=d7fa75353de37f0865a5dfaf3e9a627b1f03552e;hb=5cd13431fe25eb8cd98f67020c55dab124c7e930;hp=4948a5cc3092d3385928d008a6ed22a6067dd2fb;hpb=51146b0a4b077137130193192afb28b7148616ab;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index 4948a5cc..d7fa7535 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -375,7 +375,7 @@ function setHotKeys() { } return stopEv(ev); } - if((ev.ctrlKey && key == 13) || (key == 27 && ev.altKey)) { + if((ev.ctrlKey && key == 13) || key == 27) { _hotkeys.alt = false; // cancel link selection _hotkeys.focus = -1; ev.cancelBubble = true;