support for french stuff

This commit is contained in:
John McLear 2015-05-07 15:55:52 +00:00
parent b8192fd015
commit 975bd99064
1 changed files with 1 additions and 1 deletions

View File

@ -3889,7 +3889,7 @@ function Ace2Inner(){
toggleAttributeOnSelection('underline');
specialHandled = true;
}
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "5" && (evt.metaKey || evt.ctrlKey))
if ((!specialHandled) && isTypeForCmdKey && String.fromCharCode(which).toLowerCase() == "5" && (evt.metaKey || evt.ctrlKey) && evt.altKey !== true)
{
// cmd-5 (strikethrough)
fastIncorp(13);