mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add shortcut key for deleting selected torrents
Added processing of pressing 'Delete' key on keyboard.
This commit is contained in:
parent
28b976bdb8
commit
0fee2216d0
2 changed files with 16 additions and 5 deletions
|
@ -29,6 +29,8 @@ function getLocalStorageItem(name, defaultVal) {
|
|||
return val;
|
||||
}
|
||||
|
||||
var deleteFN = function() {};
|
||||
|
||||
initializeWindows = function() {
|
||||
|
||||
function addClickEvent(el, fn) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue