Merge pull request #16719 from calixteman/bug1844625
[Editor] Allow to delete an editor in using the Delete key (aka fn+backspace) (bug 1844625)
This commit is contained in:
		
						commit
						2a508b95e1
					
				@ -578,6 +578,7 @@ class AnnotationEditorUIManager {
 | 
				
			|||||||
            "Delete",
 | 
					            "Delete",
 | 
				
			||||||
            "ctrl+Delete",
 | 
					            "ctrl+Delete",
 | 
				
			||||||
            "shift+Delete",
 | 
					            "shift+Delete",
 | 
				
			||||||
 | 
					            "mac+Delete",
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
          AnnotationEditorUIManager.prototype.delete,
 | 
					          AnnotationEditorUIManager.prototype.delete,
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user