Skip to content

Commit

Permalink
feat: new variants shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Oct 22, 2023
1 parent 8eeb8c2 commit 6c490b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl FretboardApplication {

self.set_accels_for_action("win.empty-chord", &["<Ctrl>E"]);
self.set_accels_for_action("win.focus-entry", &["<Ctrl>L"]);
self.set_accels_for_action("win.more-variants", &["<Ctrl>V"]);
self.set_accels_for_action("win.more-variants", &["<Alt>Return"]);
self.set_accels_for_action("win.bookmark-chord", &["<Ctrl>D"]);
self.set_accels_for_action("win.bookmarks", &["<Ctrl><Alt>D"]);
}
Expand Down

0 comments on commit 6c490b1

Please sign in to comment.