Skip to content

Commit

Permalink
add backspace to remove node (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Oct 4, 2022
1 parent 8b52a09 commit e686598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class ShortcutsService {
this.mmpService.addNode()
}
}, {
keys: '-',
keys: ['-', 'backspace'],
description: 'TOOLTIPS.REMOVE_NODE',
callback: () => {
this.mmpService.removeNode()
Expand Down

0 comments on commit e686598

Please sign in to comment.