diff --git a/src/display/editor/annotation_editor_layer.js b/src/display/editor/annotation_editor_layer.js index b38770765..6b5380842 100644 --- a/src/display/editor/annotation_editor_layer.js +++ b/src/display/editor/annotation_editor_layer.js @@ -62,10 +62,16 @@ class AnnotationEditorLayer { ], [ [ + "Backspace", + "alt+Backspace", "ctrl+Backspace", + "shift+Backspace", "mac+Backspace", - "mac+ctrl+Backspace", "mac+alt+Backspace", + "mac+ctrl+Backspace", + "Delete", + "ctrl+Delete", + "shift+Delete", ], AnnotationEditorLayer.prototype.delete, ],