Skip to content

Commit

Permalink
Remove h shortcut that does nothing now we removed the help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Aug 31, 2024
1 parent a1fc99c commit 3f57c91
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/editor/lib/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ export const Shortcuts = {

var keyCode = event.keyCode;

// h: help
if (keyCode === 72) {
Events.emit('openhelpmodal');
}

// esc: close inspector
if (keyCode === 27) {
if (this.inspector.selectedEntity) {
Expand Down

0 comments on commit 3f57c91

Please sign in to comment.