Skip to content

Commit

Permalink
Merge pull request #42 from sparshg/shortcuts
Browse files Browse the repository at this point in the history
cmd+backspace for deletion on mac
  • Loading branch information
Spydr06 authored Oct 6, 2023
2 parents df7cc13 + 2453fc9 commit 36ef5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/gactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ lazy_static! {
GAction::new("new", &["<primary>N"], None, None, Application::gaction_new),
GAction::new(
"delete-block",
&["Delete"],
&["Delete", "<primary>BackSpace"],
None,
None,
Application::gaction_delete_block
Expand Down

0 comments on commit 36ef5b6

Please sign in to comment.