Skip to content

Commit

Permalink
Replace supr by Delete
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Aug 31, 2024
1 parent 1f7a16f commit 8886e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/ModalHelp.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class ModalHelp extends React.Component {
{ key: ['g'], description: 'Toggle grid visibility' },
{ key: ['n'], description: 'Add new entity' },
{ key: ['o'], description: 'Toggle local between global transform' },
{ key: ['supr | backspace'], description: 'Delete selected entity' }
{ key: ['Delete | Backspace'], description: 'Delete selected entity' }
],
[
{ key: ['0'], description: 'Toggle panels' },
Expand Down

0 comments on commit 8886e79

Please sign in to comment.