mirror of
https://github.com/baairon/torlink.git
synced 2026-07-08 18:28:22 +02:00
feat: added 'Copy magnet' option via 'y' key
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user