Skip to content

Commit

Permalink
Clean up non-breaking spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Aug 31, 2024
1 parent e65fd38 commit 1f7a16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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: ['supr | backspace'], description: 'Delete selected entity' }
],
[
{ key: ['0'], description: 'Toggle panels' },
Expand All @@ -51,8 +51,8 @@ export default class ModalHelp extends React.Component {
{ key: ['6'], description: 'Back view' },
{ key: ['7'], description: 'Front view' },

{ key: ['ctrl | cmd', 'c'], description: 'Copy selected entity' },
{ key: ['ctrl | cmd', 'v'], description: 'Paste entity' },
{ key: ['ctrl | cmd', 'c'], description: 'Copy selected entity' },
{ key: ['ctrl | cmd', 'v'], description: 'Paste entity' },
{ key: ['h'], description: 'Show this help' },
{ key: ['Esc'], description: 'Unselect entity' },
{ key: ['ctrl', 'alt', 'i'], description: 'Switch Edit and VR Modes' }
Expand Down

0 comments on commit 1f7a16f

Please sign in to comment.