From 649be3b7720204fd480312c75a25867fffecea9a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 12 Apr 2023 18:05:57 -0500 Subject: [PATCH] fix: use a Verify keyboard shortcut that does not conflict with Paste (#5318) --- web/src/action-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/action-manager.js b/web/src/action-manager.js index 0e92f1d25..e2865e4fc 100644 --- a/web/src/action-manager.js +++ b/web/src/action-manager.js @@ -83,7 +83,7 @@ export class ActionManager extends EventTarget { }, 'verify-selected-torrents': { enabled: false, - shortcut: 'Control+V', + shortcut: 'Control+Shift+V', text: 'Verify local data', }, });