Skip to content

Commit

Permalink
cmd+backspace for deletion on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sparshg committed Oct 5, 2023
1 parent df7cc13 commit 2453fc9
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 2453fc9

Please sign in to comment.