Skip to content

Commit

Permalink
Remove unused m shortcut that was used in the removed motion capture …
Browse files Browse the repository at this point in the history
…feature (#750)
  • Loading branch information
vincentfretin authored Aug 29, 2024
1 parent 4808729 commit 2669b8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ export const Shortcuts = {
Events.emit('togglegrid');
}

// m: motion capture
if (keyCode === 77) {
Events.emit('togglemotioncapture');
}

// n: new entity
if (keyCode === 78) {
Events.emit('entitycreate', { element: 'a-entity', components: {} });
Expand Down

0 comments on commit 2669b8b

Please sign in to comment.