diff --git a/src/main.py b/src/main.py index fb546d5..95e0ed1 100644 --- a/src/main.py +++ b/src/main.py @@ -44,6 +44,7 @@ class WarehouseApplication(Adw.Application): self.create_action("search", self.on_search_action, ["f"]) self.create_action("manage-data-folders", self.manage_data_shortcut) self.create_action("toggle-batch-mode", self.batch_mode_shortcut, ["b", "Return"]) + self.create_action("toggle-batch-mode-keypad", self.batch_mode_shortcut, ["KP_Enter"]) # This action is not added to the shortcuts window self.create_action("manage-data-folders", self.manage_data_shortcut, ["d"]) self.create_action("refresh-list", self.refresh_list_shortcut, ["r", "F5"]) self.create_action("show-remotes-window", self.show_remotes_shortcut, ["m"])