mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
support for french stuff
This commit is contained in:
parent
b8192fd015
commit
975bd99064
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user