1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 10:52:00 +00:00

fix: use a Verify keyboard shortcut that does not conflict with Paste (#5318)

This commit is contained in:
Charles Kerr 2023-04-12 18:05:57 -05:00 committed by GitHub
parent 0e2b8d721c
commit 649be3b772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
},
});