mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 15:04:36 +00:00
- Block browser event for CTRL+A so that it does not select text (unwanted) : Web Ui
This commit is contained in:
parent
f73256e0ea
commit
eec04761ef
@ -150,6 +150,7 @@ window.addEvent('domready', function(){
|
||||
|
||||
window.addEvent('keydown', function(event){
|
||||
if (event.key == 'a' && event.control) {
|
||||
event.stop();
|
||||
if($("Tab1").hasClass('active')) {
|
||||
myTable.selectAll();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user