mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
nope, not doing this
This commit is contained in:
parent
2bc0cdf017
commit
b9c3538253
|
@ -925,7 +925,7 @@ function cfg_uni(e) {
|
|||
function keydown(ev) {
|
||||
ev = ev || window.event;
|
||||
var kc = ev.code || ev.keyCode || ev.which;
|
||||
//console.log(ev.code, kc);
|
||||
//console.log(ev.key, ev.code, ev.keyCode, ev.which);
|
||||
if (ctrl(ev) && (ev.code == "KeyS" || kc == 83)) {
|
||||
save();
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue