mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-08 04:11:23 +00:00
@@ -63,7 +63,7 @@ iD.operations.Delete = function(selectedIDs, context) {
|
||||
};
|
||||
|
||||
operation.id = "delete";
|
||||
operation.keys = [iD.ui.cmd('⌫'), iD.ui.cmd('⌦')];
|
||||
operation.keys = [iD.ui.cmd('⌘⌫'), iD.ui.cmd('⌘⌦')];
|
||||
operation.title = t('operations.delete.title');
|
||||
|
||||
return operation;
|
||||
|
||||
Reference in New Issue
Block a user