Fixed issue #197 - ctrl+alt+x does not work.

This commit is contained in:
Rolf Schmidt 2017-04-18 17:54:59 +02:00
parent 9f1a2e902c
commit 9c55b292f5

View file

@ -179,7 +179,7 @@
|| e.keyCode == 76 || e.keyCode == 76
|| e.keyCode == 85 || e.keyCode == 85
|| e.keyCode == 86 || e.keyCode == 86
|| e.keyCode == 87 || e.keyCode == 88
|| e.keyCode == 90 || e.keyCode == 90
|| e.keyCode == 89)) { || e.keyCode == 89)) {
e.preventDefault() e.preventDefault()
@ -219,7 +219,7 @@
if (e.keyCode == 86) { if (e.keyCode == 86) {
document.execCommand('strikeThrough') document.execCommand('strikeThrough')
} }
if (e.keyCode == 87) { if (e.keyCode == 88) {
document.execCommand('unlink') document.execCommand('unlink')
} }
if (e.keyCode == 89) { if (e.keyCode == 89) {