Added multi select using ctrl

This commit is contained in:
Unick Soft
2020-05-05 20:23:55 +02:00
parent 42c592fe2f
commit 6e17b9719c
12 changed files with 254 additions and 21 deletions

View File

@@ -292,7 +292,7 @@ function postLoadPage()
}
$(document).keydown(function(event) {
if (event.which == "17")
if (event.which == "17" || event.which == "91")
g_ctrlPressed = true;
});