feat: added 'Copy magnet' option via 'y' key

This commit is contained in:
Francesco Pira
2026-06-29 18:55:14 +02:00
parent 69027331b2
commit e255e202d1
7 changed files with 134 additions and 3 deletions
+2
View File
@@ -26,6 +26,7 @@ export const HELP_GROUPS: HelpGroup[] = [
hints: [
{ keys: "/", label: "Edit search" },
{ keys: "↵", label: "Run search" },
{ keys: "y", label: "Copy magnet" },
{ keys: "m", label: "Paste magnet" },
],
},
@@ -92,6 +93,7 @@ export function footerHints(
}
return [
{ keys: "d", label: "Download" },
{ keys: "y", label: "Copy magnet" },
{ keys: "/", label: "Search" },
{ keys: "m", label: "Paste magnet" },
SWITCH,